Skip to content

Commit 596245c

Browse files
committed
ci: add noci feature
1 parent 07b9148 commit 596245c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
test:
11+
if: ${{ github.event_name != 'push' || !contains(github.event.head_commit.message, 'noci') }} # if commit message contains "noci", then the job will be skipped
1112
runs-on: ubuntu-latest
1213
steps:
1314
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)