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 a7b3d97 commit dd61c5dCopy full SHA for dd61c5d
.github/workflows/gradle-check.yml
@@ -9,7 +9,7 @@ on:
9
types: [opened, synchronize, reopened]
10
11
concurrency:
12
- group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
13
cancel-in-progress: true
14
15
permissions:
0 commit comments