We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa7a91 commit 4d6f168Copy full SHA for 4d6f168
.github/workflows/run-tests.yaml
@@ -6,7 +6,7 @@ on:
6
push:
7
8
concurrency:
9
- group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
+ group: ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
10
cancel-in-progress: true
11
12
jobs:
0 commit comments