Skip to content

Commit

Permalink
fix: concurrency deadlock between jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
shibme committed Aug 28, 2024
1 parent 947b7ba commit 6b9d93f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id-token: write
concurrency:
group: "pages"
cancel-in-progress: false
cancel-in-progress: true
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,5 @@ jobs:
pages:
name: Run GitHub Pages Workflow
needs: release
concurrency:
group: "pages"
cancel-in-progress: true
uses: ./.github/workflows/pages.yaml
secrets: inherit

0 comments on commit 6b9d93f

Please sign in to comment.