Skip to content

Commit

Permalink
Merge pull request #508 from asfadmin/concurrent-deployments
Browse files Browse the repository at this point in the history
Add `concurrency` to `deploy.yml`
  • Loading branch information
jtherrmann authored Jun 18, 2024
2 parents a37cd22 + 3ee8f1b commit 6b625d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- prod
- test

concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6b625d5

Please sign in to comment.