Use commit message flag to control workflows
This commit is contained in:
parent
49c11725b3
commit
07e1eb1f27
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue