We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219e329 commit 4e794fcCopy full SHA for 4e794fc
.github/workflows/build.yaml
@@ -23,6 +23,9 @@ run-name: Release for ${{github.event.inputs.env}}
23
jobs:
24
build:
25
runs-on: ubuntu-latest
26
+ concurrency:
27
+ group: deploy
28
+ cancel-in-progress: false
29
name: Build, Push, Deploy
30
environment: ${{github.event.inputs.env}}
31
timeout-minutes: 30
0 commit comments