Skip to content

Commit 817976c

Browse files
committed
ci: limit concurrency on push-to-codecommit
1 parent b1da8db commit 817976c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ jobs:
249249
compression-level: 0
250250

251251
push-to-codecommit:
252+
concurrency: push-to-codecommit
252253
name: Push to CodeCommit
253254
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'demosdemon/git-remote-codecommit'
254255
needs: [finalize-coveralls-run, build-docs, build-binaries]

0 commit comments

Comments
 (0)