diff --git a/.github/workflows/ce_job.yml b/.github/workflows/ce_job.yml index d5a2549ab..19e79dbaf 100644 --- a/.github/workflows/ce_job.yml +++ b/.github/workflows/ce_job.yml @@ -9,7 +9,7 @@ on: permissions: read-all concurrency: - group: ${{ github.ref }}-${{ github.sha }} + group: CE-Job-${{ github.ref }}-${{ github.sha }} cancel-in-progress: true jobs: diff --git a/.github/workflows/ci_image_update.yml b/.github/workflows/ci_image_update.yml index e01e5e8e1..943d24f0c 100644 --- a/.github/workflows/ci_image_update.yml +++ b/.github/workflows/ci_image_update.yml @@ -8,7 +8,7 @@ on: permissions: read-all concurrency: - group: ${{ github.ref }}-${{ github.sha }} + group: CI-Images-Build-${{ github.ref }}-${{ github.sha }} cancel-in-progress: true diff --git a/.github/workflows/publish_job.yml b/.github/workflows/publish_job.yml index 8785c2349..897463bb6 100644 --- a/.github/workflows/publish_job.yml +++ b/.github/workflows/publish_job.yml @@ -13,7 +13,7 @@ on: permissions: read-all concurrency: - group: ${{ github.ref }}-${{ github.sha }} + group: Publish-Job-${{ github.ref }}-${{ github.sha }} cancel-in-progress: true