From bb2ae03ba109e1b19be6a3e7c12974c2790de4f0 Mon Sep 17 00:00:00 2001 From: Dori Medini Date: Thu, 3 Oct 2024 16:09:52 +0300 Subject: [PATCH] fix(ci): concurrency group per-job Signed-off-by: Dori Medini --- .github/workflows/blockifier_ci.yml | 2 +- .github/workflows/blockifier_compiled_cairo.yml | 2 +- .github/workflows/committer_ci.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/merge_paths_ci.yml | 2 +- .github/workflows/papyrus_ci.yml | 2 +- .github/workflows/papyrus_docker-publish.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/blockifier_ci.yml b/.github/workflows/blockifier_ci.yml index b45246fd9b4..335a6cedbb0 100644 --- a/.github/workflows/blockifier_ci.yml +++ b/.github/workflows/blockifier_ci.yml @@ -36,7 +36,7 @@ on: # On PR events, cancel existing CI runs on this same PR for this workflow. concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job }} cancel-in-progress: ${{ github.event_name == 'pull_request' }} jobs: diff --git a/.github/workflows/blockifier_compiled_cairo.yml b/.github/workflows/blockifier_compiled_cairo.yml index 63696c966fb..a489b344820 100644 --- a/.github/workflows/blockifier_compiled_cairo.yml +++ b/.github/workflows/blockifier_compiled_cairo.yml @@ -29,7 +29,7 @@ on: # On PR events, cancel existing CI runs on this same PR for this workflow. concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job }} cancel-in-progress: ${{ github.event_name == 'pull_request' }} jobs: diff --git a/.github/workflows/committer_ci.yml b/.github/workflows/committer_ci.yml index 6ae36007ac4..c4cf79d2fe4 100644 --- a/.github/workflows/committer_ci.yml +++ b/.github/workflows/committer_ci.yml @@ -36,7 +36,7 @@ on: # On PR events, cancel existing CI runs on this same PR for this workflow. concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job }} cancel-in-progress: ${{ github.event_name == 'pull_request' }} jobs: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8e582a31130..a87db9c686e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ on: # On PR events, cancel existing CI runs on this same PR for this workflow. concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job }} cancel-in-progress: ${{ github.event_name == 'pull_request' }} jobs: diff --git a/.github/workflows/merge_paths_ci.yml b/.github/workflows/merge_paths_ci.yml index e1e27e676f3..2cf25e10261 100644 --- a/.github/workflows/merge_paths_ci.yml +++ b/.github/workflows/merge_paths_ci.yml @@ -32,7 +32,7 @@ on: # On PR events, cancel existing CI runs on this same PR for this workflow. concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job }} cancel-in-progress: ${{ github.event_name == 'pull_request' }} jobs: diff --git a/.github/workflows/papyrus_ci.yml b/.github/workflows/papyrus_ci.yml index f75d47f982c..94bfc97a865 100644 --- a/.github/workflows/papyrus_ci.yml +++ b/.github/workflows/papyrus_ci.yml @@ -37,7 +37,7 @@ on: # On PR events, cancel existing CI runs on this same PR for this workflow. concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job }} cancel-in-progress: ${{ github.event_name == 'pull_request' }} jobs: diff --git a/.github/workflows/papyrus_docker-publish.yml b/.github/workflows/papyrus_docker-publish.yml index 9c27c5bc25d..affd31c7821 100644 --- a/.github/workflows/papyrus_docker-publish.yml +++ b/.github/workflows/papyrus_docker-publish.yml @@ -18,7 +18,7 @@ on: # On PR events, cancel existing CI runs on this same PR for this workflow. concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job }} cancel-in-progress: ${{ github.event_name == 'pull_request' }} env: