Merge pull request #18009 from mharrah/master

Fix Issue 17893 - Use Concurrency for Microsite Deploy
This commit is contained in:
Patrik Oldsberg
2023-05-31 17:04:49 +02:00
committed by GitHub
+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