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 78e3089 commit 610151aCopy full SHA for 610151a
1 file changed
.github/workflows/deploy.yml
@@ -15,12 +15,6 @@ permissions:
15
pages: write
16
id-token: write
17
18
-# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
19
-# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
20
-concurrency:
21
- group: "pages"
22
- cancel-in-progress: false
23
-
24
jobs:
25
26
build_index:
@@ -30,6 +24,9 @@ jobs:
30
31
deploy_index:
32
needs: build_index
27
+ concurrency:
28
+ group: "pages"
29
+ cancel-in-progress: false
33
environment:
34
name: github-pages
35
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments