Skip to content

Commit a1eb66a

Browse files
authored
Create a per ref concurrency group for doc building (#904)
Avoids cancelling jobs across different PRs
1 parent 4617e0e commit a1eb66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
concurrency:
13-
group: pages
13+
group: ${{ github.workflow }}-${{ github.ref }}
1414
cancel-in-progress: true
1515

1616
jobs:

0 commit comments

Comments
 (0)