Skip to content

Commit 49f0e2a

Browse files
committed
ci: add release-please concurrency settings
1 parent f686a5a commit 49f0e2a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/containers.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ env:
1313

1414
jobs:
1515
release-please:
16+
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
17+
concurrency:
18+
group: release-please-${{ github.ref }}
19+
cancel-in-progress: true
1620
permissions:
1721
contents: write
1822
pull-requests: write

0 commit comments

Comments
 (0)