Skip to content

Commit

Permalink
ci: do not block docs job on branches
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbr committed May 6, 2024
1 parent 106a1ef commit 1cb8f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
id-token: write

concurrency:
group: "pages"
group: "${{ github.ref == 'refs/heads/main' && 'docs' || github.run_id }}"
cancel-in-progress: false

jobs:
Expand Down

0 comments on commit 1cb8f3c

Please sign in to comment.