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 7034fc0 commit d754d63Copy full SHA for d754d63
.github/workflows/CI.yml
@@ -7,7 +7,7 @@ on:
7
types: [opened, synchronize]
8
9
concurrency:
10
- group: ${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.ref }}
11
cancel-in-progress: true
12
13
jobs:
.github/workflows/e2e.yml
0 commit comments