We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a090b5 commit ca4c7dbCopy full SHA for ca4c7db
.github/workflows/run-tests.yml
@@ -10,7 +10,7 @@ permissions:
10
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.ref }}
13
- cancel-in-progress: ${{ github.ref != 'refs/heads/master' && github.ref != 'refs/heads/concurrency-test-1' }}
+ cancel-in-progress: ${{ !contains('refs/heads/master refs/heads/concurrency-test-1', github.ref) }}ß
14
15
jobs:
16
build:
0 commit comments