Skip to content

Commit

Permalink
Fix CI concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
younesaassila committed Sep 21, 2024
1 parent 16cce7e commit aaf1961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aaf1961

Please sign in to comment.