We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc48fe commit d1804e6Copy full SHA for d1804e6
1 file changed
.github/workflows/push_workflow.yml
@@ -6,7 +6,7 @@ on:
6
- 'main'
7
8
concurrency:
9
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.ref }}-on-push
10
11
jobs:
12
placeholder:
0 commit comments