Skip to content

Commit

Permalink
Limit concurrency of deploy jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Jan 13, 2024
1 parent 43978f2 commit cbce807
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:

jobs:
build-and-deploy:
concurrency:
group: deploy_jobs
cancel-in-progress: false

strategy:
matrix:
Expand Down

0 comments on commit cbce807

Please sign in to comment.