Skip to content

Commit

Permalink
ci: Name the groups literally to prevent conflicts in called runs
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Mar 16, 2024
1 parent 8c2e5aa commit 8ccd3fa
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-elixir-phoenix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_call:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: check-elixir-phoenix-${{ github.ref }}
cancel-in-progress: true

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

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: check-elixir-${{ github.ref }}
cancel-in-progress: true

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

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: check-flake-utils-${{ github.ref }}
cancel-in-progress: true

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

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: check-gleam-${{ github.ref }}
cancel-in-progress: true

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

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: check-minimal-${{ github.ref }}
cancel-in-progress: true

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

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: check-node-typescript-${{ github.ref }}
cancel-in-progress: true

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

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: check-ocaml-${{ github.ref }}
cancel-in-progress: true

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

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: check-pre-commit-${{ github.ref }}
cancel-in-progress: true

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

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: check-rust-${{ github.ref }}
cancel-in-progress: true

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

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: check-treefmt-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 8ccd3fa

Please sign in to comment.