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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user