We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
push
1 parent 8317def commit 9d20005Copy full SHA for 9d20005
2 files changed
.github/workflows/maven.yml
@@ -13,7 +13,7 @@ on:
13
- cron: '0 22 * * *'
14
15
concurrency:
16
- group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
17
cancel-in-progress: true
18
19
jobs:
.github/workflows/validation.yml
@@ -8,7 +8,7 @@ on:
8
workflow_dispatch:
9
10
11
12
0 commit comments