Skip to content

Commit

Permalink
(BSR) fix(CI): solve concurrency issue in GHA (#7481)
Browse files Browse the repository at this point in the history
Co-authored-by: François Séguin <[email protected]>
  • Loading branch information
fseguin-pass and fseguin-pass authored Jan 6, 2025
1 parent fd77924 commit 074f0b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_on_workflow_linter_ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
required: true

concurrency:
group: ${{ github.ref }}
group: linter-${{ github.ref }}
cancel-in-progress: true

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

concurrency:
group: ${{ github.ref }}
group: tester-${{ github.ref }}
cancel-in-progress: true

env:
Expand Down

0 comments on commit 074f0b5

Please sign in to comment.