Skip to content

Commit

Permalink
Add concurrency check for app engine
Browse files Browse the repository at this point in the history
  • Loading branch information
JHWelch committed Oct 20, 2023
1 parent 47fc9b6 commit c269161
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-to-app-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
branches:
- main

concurrency:
group: prod-deploy
cancel-in-progress: true

jobs:
deploy:
if: github.event.pull_request.merged == true
Expand Down

0 comments on commit c269161

Please sign in to comment.