瀏覽代碼

Add marker to skip CI invocation

Fabian Mastenbroek 5 年之前
父節點
當前提交
259000c00a
共有 1 個文件被更改,包括 1 次插入0 次删除
  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