Skip to content

Commit 0fc091b

Browse files
authored
Merge pull request #205 from usnistgov/204-docs-race-condition
Add concurrency limit on publish-docs
2 parents 08a7d46 + 83dc367 commit 0fc091b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: "Publish Documentation to NIST Pages"
22

33
on: [push, pull_request, delete]
44

5+
concurrency:
6+
group: ${{ github.workflow }}
7+
cancel-in-progress: false
58
jobs:
69
docs:
710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)