We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08a7d46 + 83dc367 commit 0fc091bCopy full SHA for 0fc091b
1 file changed
.github/workflows/publish-docs.yml
@@ -2,6 +2,9 @@ name: "Publish Documentation to NIST Pages"
2
3
on: [push, pull_request, delete]
4
5
+concurrency:
6
+ group: ${{ github.workflow }}
7
+ cancel-in-progress: false
8
jobs:
9
docs:
10
runs-on: ubuntu-latest
0 commit comments