Skip to content

Commit b6b274e

Browse files
authored
Update tests CI - disallow skip on master
1 parent bb6b2fc commit b6b274e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
continue-on-error: true
2020
runs-on: ubuntu-latest
2121
outputs:
22-
should_skip: ${{ steps.skip_duplicate.outputs.should_skip && ! contains(github.ref, 'refs/tags') }}
22+
should_skip: ${{ steps.skip_duplicate.outputs.should_skip && ! contains(github.ref, 'refs/tags') && ! contains(github.ref, 'refs/heads/master') }}
2323
steps:
2424
- id: skip_check
2525
uses: fkirc/skip-duplicate-actions@master

0 commit comments

Comments
 (0)