Skip to content

Commit ca4c7db

Browse files
committed
New method
1 parent 0a090b5 commit ca4c7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}
13-
cancel-in-progress: ${{ github.ref != 'refs/heads/master' && github.ref != 'refs/heads/concurrency-test-1' }}
13+
cancel-in-progress: ${{ !contains('refs/heads/master refs/heads/concurrency-test-1', github.ref) }}ß
1414

1515
jobs:
1616
build:

0 commit comments

Comments
 (0)