Issue 17893 - Use Concurrency for Microsite Deploy

Modify GitHub workflow to use concurrency during Microsite deploy to cancel in-progress runs of the same workflow.

Signed-off-by: Matthew Harrah <mharrah@paylocity.com>
This commit is contained in:
Matthew Harrah
2023-05-29 17:13:43 -04:00
committed by GitHub
parent ad888ebe7c
commit b9937b936d
+4
View File
@@ -13,6 +13,10 @@ jobs:
NODE_OPTIONS: --max-old-space-size=8192
DOCUSAURUS_SSR_CONCURRENCY: 5
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v3