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 865fe29 commit c101d48Copy full SHA for c101d48
1 file changed
.github/workflows/semantic-pull-request.yml
@@ -34,7 +34,7 @@ permissions:
34
pull-requests: write
35
36
concurrency:
37
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
38
cancel-in-progress: true
39
40
jobs:
0 commit comments