We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c6f90 commit 63e34f0Copy full SHA for 63e34f0
1 file changed
‎.github/workflows/astro.yml‎ ‎.github/workflows/build_and_deploy.yml‎.github/workflows/astro.yml renamed to .github/workflows/build_and_deploy.yml
@@ -1,4 +1,4 @@
1
-name: Deploy Astro site
+name: Build Astro site & deploy to server
2
3
on:
4
push:
@@ -10,11 +10,9 @@ permissions:
10
pages: write
11
id-token: write
12
13
-# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
14
-# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
15
concurrency:
16
- group: 'deploy'
17
- cancel-in-progress: false
+ group: 'build'
+ cancel-in-progress: true
18
19
env:
20
BUILD_PATH: '.'
0 commit comments