Skip to content

Commit

Permalink
oops - each ci test should have its own group
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Dec 23, 2022
1 parent 0fd6cf8 commit 9d71fb4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
workflow_dispatch:

concurrency:
group: ci-tests-${{ github.ref }}-1
group: ci-macos-tests-${{ github.ref }}-1
cancel-in-progress: true

env:
CARGO_TERM_COLOR: always

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-qsvdp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

concurrency:
group: ci-tests-${{ github.ref }}-1
group: ci-qsvdp-tests-${{ github.ref }}-1
cancel-in-progress: true

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

concurrency:
group: ci-tests-${{ github.ref }}-1
group: ci-windows-tests-${{ github.ref }}-1
cancel-in-progress: true

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

concurrency:
group: ci-tests-${{ github.ref }}-1
group: ci-linux-tests-${{ github.ref }}-1
cancel-in-progress: true

env:
Expand Down

0 comments on commit 9d71fb4

Please sign in to comment.