We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b142b commit 4d7385fCopy full SHA for 4d7385f
.github/workflows/update-docs.yml
@@ -32,6 +32,7 @@ jobs:
32
name: Push
33
runs-on: ubuntu-latest
34
needs: [build]
35
+ concurrency: docs-push
36
steps:
37
- uses: actions/checkout@v2
38
with:
0 commit comments