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 68c2578 commit 4897893Copy full SHA for 4897893
.github/workflows/build-pull-request.yml
@@ -8,7 +8,7 @@ permissions:
8
contents: read
9
10
concurrency:
11
- group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
12
cancel-in-progress: true
13
14
jobs:
0 commit comments