Skip to content

Commit 91a0238

Browse files
authored
[ci skip] skip testing for ci skip
1 parent 8e3bd8a commit 91a0238

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-linux.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ jobs:
1414
- name: Build test is not run for draft PRs
1515
run: exit 1
1616

17+
fail_if_ci_skip:
18+
if: ${{ contains(github.event.commits[0].message, 'ci skip') }}
19+
runs-on: ubuntu-latest
20+
steps:
21+
- name: Build test is not run for [ci skip]
22+
run: exit 1
23+
1724
build:
1825
strategy:
1926
fail-fast: false

0 commit comments

Comments
 (0)