Skip to content

Commit

Permalink
fix(deploy action): Add max-parallel declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Jan 13, 2024
1 parent cbce807 commit b494b87
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ on:

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

strategy:
max-parallel: 1
matrix:
folder:
- experiments/pilot-01a/
Expand Down

0 comments on commit b494b87

Please sign in to comment.