From aaf19619136ed778e558c2751e1c8b2a22b00560 Mon Sep 17 00:00:00 2001 From: younesaassila <47226184+younesaassila@users.noreply.github.com> Date: Sat, 21 Sep 2024 13:16:40 +0200 Subject: [PATCH] Fix CI concurrency --- .github/workflows/build.yml | 2 +- .github/workflows/codeql.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index da67725..f69afda 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: build: name: Build runs-on: ubuntu-latest - concurrency: ci-${{ github.ref }} + concurrency: build-${{ github.ref }} steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0dc0c4d..9ab9dc9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -25,7 +25,7 @@ jobs: analyze: name: Analyze runs-on: ubuntu-latest - concurrency: ci-${{ github.ref }} + concurrency: codeql-${{ github.ref }} permissions: actions: read contents: read