Skip to content

Commit

Permalink
Only allow running one concurrent deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
shomykohai authored Feb 3, 2025
1 parent af733d3 commit 83123b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ permissions:
pages: write
id-token: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
Expand Down

0 comments on commit 83123b1

Please sign in to comment.