We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6718b11 + e7d7c65 commit 35f3858Copy full SHA for 35f3858
1 file changed
.github/workflows/build-and-test.yml
@@ -10,7 +10,7 @@ on:
10
- reopened
11
12
concurrency:
13
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
14
cancel-in-progress: true
15
16
jobs:
0 commit comments