Skip to content

Commit

Permalink
Merge pull request #987 from bryan-aguilar/cdkDeployCIP
Browse files Browse the repository at this point in the history
Update GHA workflow concurrency settings
  • Loading branch information
Aneurysm9 authored Dec 2, 2022
2 parents c1c1cd3 + 0e7a7e3 commit ad12cfd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/cdk-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ permissions:
id-token: write
contents: read

concurrency: cdk_infra_deploy
concurrency:
group: cdk_infra_deploy
cancel-in-progress: false

jobs:
run-cdk-deploy:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/update-test-images.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Update Test Images

# We should execute only one workflow run at a time
concurrency: test_images_concurrency
concurrency:
group: test_images_concurrency
cancel-in-progress: false

on:
workflow_dispatch:
Expand Down

0 comments on commit ad12cfd

Please sign in to comment.