From 2c9e09aa4884c92ca11d177ff2081cb428b3a2ca Mon Sep 17 00:00:00 2001 From: dorimedini-starkware Date: Tue, 8 Oct 2024 14:42:59 +0300 Subject: [PATCH] fix(ci): committer CLI workflow concurrency error (#1256) Signed-off-by: Dori Medini --- .github/workflows/committer_cli_push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/committer_cli_push.yml b/.github/workflows/committer_cli_push.yml index 87ab28fbc9..8475728b12 100644 --- a/.github/workflows/committer_cli_push.yml +++ b/.github/workflows/committer_cli_push.yml @@ -36,8 +36,8 @@ on: # On PR events, cancel existing CI runs on this same PR for this workflow. concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: ${{ github.event_name == 'pull_request' }}-${{ github.job }} + group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job }} + cancel-in-progress: ${{ github.event_name == 'pull_request' }} jobs: gcs-push: