Skip to content

Commit

Permalink
Change concurrency group in v6 to release-v6 (#2416)
Browse files Browse the repository at this point in the history
This should prevent v6 release pipelines from canceling release
pipelines on main (or the other way round).
  • Loading branch information
thomasdax98 authored Aug 12, 2024
1 parent a010416 commit b55aeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
concurrency:
group: release
group: release-v6
cancel-in-progress: true
steps:
- name: Checkout Repo
Expand Down

0 comments on commit b55aeb7

Please sign in to comment.