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 6f947a9 commit 96909b1Copy full SHA for 96909b1
.github/workflows/main.yaml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
13
concurrency:
14
- group: ci-${{ github.ref }}
+ group: ci-${{ github.event_name }}-${{ github.ref }}
15
cancel-in-progress: true
16
defaults:
17
run:
0 commit comments