Skip to content

Commit

Permalink
Fix in CI to run concurrent
Browse files Browse the repository at this point in the history
  • Loading branch information
HomesGH authored Sep 23, 2024
1 parent c26874c commit f68764a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

# abort old runs if a new one is started
concurrency:
group: ${{ github.head_ref }}-tests
group: ${{ github.head_ref }}-codeql-test
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ls1_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

# abort old runs if a new one is started
concurrency:
group: ${{ github.head_ref }}-tests
group: ${{ github.head_ref }}-format-test
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ls1_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

# abort old runs if a new one is started
concurrency:
group: ${{ github.head_ref }}-tests
group: ${{ github.head_ref }}-build-tests
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit f68764a

Please sign in to comment.