Add marker to skip CI invocation
This commit is contained in:
parent
eaa1e5c154
commit
259000c00a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/master.yml
vendored
1
.github/workflows/master.yml
vendored
|
@ -15,6 +15,7 @@ jobs:
|
|||
- build_type: 'generic'
|
||||
build_cc: gcc-10
|
||||
build_cflags: '-O3 -Wno-error=maybe-uninitialized'
|
||||
if: "!contains(github.event.head_commit.message, 'skip ci')"
|
||||
steps:
|
||||
- name: Checkout Sources
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue