We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e8969 commit b315e9aCopy full SHA for b315e9a
1 file changed
.github/workflows/build-and-deploy.yml
@@ -219,6 +219,9 @@ jobs:
219
deploy_prod:
220
if: github.ref == 'refs/heads/main'
221
runs-on: ubuntu-latest
222
+ concurrency:
223
+ group: bmm-web-prod
224
+ cancel-in-progress: false
225
needs: build_dotnet
226
environment:
227
name: "prod"
@@ -259,6 +262,9 @@ jobs:
259
262
deploy_int:
260
263
261
264
265
266
+ group: bmm-web-int
267
+ cancel-in-progress: true
268
269
270
name: "Production"
0 commit comments