We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3272e commit 6c9edd9Copy full SHA for 6c9edd9
.github/workflows/test.yml
@@ -16,12 +16,6 @@ on:
16
permissions:
17
contents: read
18
19
-# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
20
-# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
21
-concurrency:
22
- group: "pages"
23
- cancel-in-progress: false
24
-
25
env:
26
BUILD_PATH: "." # default value when not using subfolders
27
# BUILD_PATH: subfolder
0 commit comments