Skip to content

Commit ba3a25d

Browse files
Added concurrency value to deploy workflow
1 parent 8f79677 commit ba3a25d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/push-default-and-deploy-reusable-workflows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ permissions: # Permissions for OIDC
1010
id-token: write
1111
contents: read
1212

13+
concurrency:
14+
group: push-default-and-deploy-reusable-workflows-${{ github.ref }}
15+
cancel-in-progress: true
16+
1317
jobs:
1418
build-and-test:
1519
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)