Skip to content

Commit

Permalink
Remove cancel-in-progress for docs (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar authored Feb 20, 2025
1 parent 51aa20c commit 04e544b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ permissions:
# Allow one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true

jobs:
docs-deploy:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-on-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
id-token: write
concurrency:
group: "pages"
cancel-in-progress: true

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 04e544b

Please sign in to comment.