Skip to content

Commit

Permalink
Fix actions concurrency group
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Oct 15, 2024
1 parent c46350b commit 62da7bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
concurrency:
group: master
group: master-int-tests
cancel-in-progress: true
steps:
- name: Checkout Project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node_version: [20.15.0]
os: [ubuntu-latest]
concurrency:
group: master
group: master-unit-tests
cancel-in-progress: true
steps:
- name: Checkout Project
Expand Down

0 comments on commit 62da7bd

Please sign in to comment.