Skip to content

Commit

Permalink
Add concurrency feature to deploy workflow (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt authored Aug 22, 2023
1 parent beb9c8b commit 22ba287
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/.github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

concurrency:
# We only want to run one deploy job at a time.
group: main

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

0 comments on commit 22ba287

Please sign in to comment.