Add concurrency to publish_docs GH Actions workflow

This commit is contained in:
Paul Friederichsen 2022-02-19 14:54:45 -06:00
parent 3882e63025
commit ddcc6fd55f
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ on:
branches:
- master
concurrency:
group: publish-docs
cancel-in-progress: true
env:
HYDRUS_DOCS_SITE_URL: "https://hydrusnetwork.github.io/hydrus/"