Skip to content

Commit fbc0519

Browse files
committed
update-docsを同時実行させない
1 parent 56219fc commit fbc0519

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
branches: [ "main" ]
55
permissions:
66
contents: write
7+
concurrency:
8+
group: check-docs-main
9+
cancel-in-progress: false
710
jobs:
811
check-docs:
912
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)