Use commit message flag to control workflows

This commit is contained in:
Ashwin Maroli 2020-09-17 20:30:26 +05:30
parent 49c11725b3
commit 07e1eb1f27
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ on:
jobs:
ci:
if: "!contains(github.event.commits[0].message, '[ci skip]')"
name: 'SUITE: ${{ matrix.test_suite }} / OS: ${{ matrix.os }}'
runs-on: ${{ matrix.os }}
strategy:

View File

@ -9,6 +9,7 @@ on:
- master
jobs:
build_n_profile:
if: "!contains(github.event.commits[0].message, '[ci skip]')"
runs-on: 'ubuntu-latest'
steps:
- name: Checkout Jekyll