Skip to content

Commit 4d7385f

Browse files
committed
Set concurrency on the updating docs action
1 parent e0b142b commit 4d7385f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
name: Push
3333
runs-on: ubuntu-latest
3434
needs: [build]
35+
concurrency: docs-push
3536
steps:
3637
- uses: actions/checkout@v2
3738
with:

0 commit comments

Comments
 (0)