Skip to content

Commit

Permalink
concurrency group
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushAgrawal-A2 committed Dec 22, 2024
1 parent 0384d50 commit deaa275
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview-cloudformation-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Deploy CloudFormation Stack for Preview Branches
name: Deploy CloudFormation Stack for Preview Branch

on:
pull_request:
types: [opened, reopened]

concurrency:
group: pr-${{ github.event.pull_request.number }}
group: pr-${{ github.event.pull_request.number }}-deploy-cloudformation

jobs:
deploy_cloudformation:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [opened, synchronize, reopened]

concurrency:
group: pr-${{ github.event.pull_request.number }}
group: pr-${{ github.event.pull_request.number }}-build-images
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit deaa275

Please sign in to comment.