소스 검색

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