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 f26bd19 commit 9f24aadCopy full SHA for 9f24aad
.github/workflows/build.yml
@@ -11,7 +11,7 @@ permissions:
11
contents: read
12
13
concurrency:
14
- group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
+ group: ${{ github.workflow }}-${{ github.sha }}
15
cancel-in-progress: true
16
17
jobs:
0 commit comments