Skip to content

Commit

Permalink
Merge pull request #279 from freakboy3742/concurrency-group
Browse files Browse the repository at this point in the history
Differentiate the concurrency groups for CI and translation.
  • Loading branch information
freakboy3742 committed Jan 10, 2024
2 parents f686a86 + 00ce372 commit b34a6b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

# Cancel active CI runs for a PR before starting another run
concurrency:
group: ${{ github.ref }}
group: ci-${{ github.ref }}
cancel-in-progress: true

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

# Cancel active CI runs for a PR before starting another run
concurrency:
group: ${{ github.ref }}
group: translate-${{ github.ref }}
cancel-in-progress: true

defaults:
Expand Down

0 comments on commit b34a6b2

Please sign in to comment.