Skip to content

Commit 472b80f

Browse files
committed
Don't cancel builds from other (release) branches
1 parent 6c3ba53 commit 472b80f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
contents: write
1515

1616
concurrency:
17-
group: ${{ github.workflow }}
17+
group: ${{ github.workflow }}-${{ github.ref }}
1818
cancel-in-progress: true
1919

2020
env:

0 commit comments

Comments
 (0)