We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56219fc commit fbc0519Copy full SHA for fbc0519
.github/workflows/update-docs.yml
@@ -4,6 +4,9 @@ on:
4
branches: [ "main" ]
5
permissions:
6
contents: write
7
+concurrency:
8
+ group: check-docs-main
9
+ cancel-in-progress: false
10
jobs:
11
check-docs:
12
runs-on: ubuntu-latest
0 commit comments