Skip to content

Commit

Permalink
Merge pull request #435 from asfadmin/deploy-concurrency
Browse files Browse the repository at this point in the history
deploy concurrency
  • Loading branch information
jtherrmann authored Oct 25, 2024
2 parents f8c5f40 + a3fddc4 commit e683d78
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 e683d78

Please sign in to comment.