Skip to content

Commit 519fa73

Browse files
committed
tests(docs.yml): cancel workflow if head is updated
1 parent 8e07f81 commit 519fa73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
- master
1414
workflow_dispatch:
1515

16+
concurrency:
17+
group: ${{ github.workflow }}-${{ github.ref }}
18+
cancel-in-progress: true
19+
1620
jobs:
1721
publish-doc:
1822
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)