Skip to content

Commit

Permalink
avoid doc building cancel
Browse files Browse the repository at this point in the history
this would avoid canceling the workflow of a release in the rare case of a pull request being created during the process
  • Loading branch information
3nids authored Jan 4, 2024
1 parent e1e114e commit a76a207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ permissions:

# Allow one concurrent deployment
concurrency:
group: "pages"
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

env:
Expand Down

0 comments on commit a76a207

Please sign in to comment.