Skip to content

Commit 4e794fc

Browse files
committed
Update build.yaml
1 parent 219e329 commit 4e794fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ run-name: Release for ${{github.event.inputs.env}}
2323
jobs:
2424
build:
2525
runs-on: ubuntu-latest
26+
concurrency:
27+
group: deploy
28+
cancel-in-progress: false
2629
name: Build, Push, Deploy
2730
environment: ${{github.event.inputs.env}}
2831
timeout-minutes: 30

0 commit comments

Comments
 (0)