Browse Source

Add marker to skip CI invocation

Fabian Mastenbroek 5 years ago
parent
commit
259000c00a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/master.yml

+ 1 - 0
.github/workflows/master.yml

@@ -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