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 987609c commit 4871f18Copy full SHA for 4871f18
.github/workflows/ce_job.yml
@@ -9,7 +9,7 @@ on:
9
permissions: read-all
10
11
concurrency:
12
- group: ${{ github.ref }}-${{ github.sha }}
+ group: CE-Job-${{ github.ref }}-${{ github.sha }}
13
cancel-in-progress: true
14
15
jobs:
.github/workflows/ci_image_update.yml
@@ -8,7 +8,7 @@ on:
8
+ group: CI-Images-Build-${{ github.ref }}-${{ github.sha }}
.github/workflows/publish_job.yml
@@ -13,7 +13,7 @@ on:
16
+ group: Publish-Job-${{ github.ref }}-${{ github.sha }}
17
18
19
0 commit comments