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 ad23744 commit 6333fb3Copy full SHA for 6333fb3
.github/workflows/e2e-tests.yml
@@ -32,7 +32,7 @@ jobs:
32
fi
33
34
concurrency:
35
- group: ${{ github.ref }}
+ group: e2e-tests-${{ github.ref }}
36
cancel-in-progress: true
37
38
permissions:
.github/workflows/service-ci.yml
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
+ group: service-ci-${{ github.ref }}
47
48
49
0 commit comments