Skip to content

Commit 63e34f0

Browse files
committed
👷 Update CI
1 parent 69c6f90 commit 63e34f0

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Astro site
1+
name: Build Astro site & deploy to server
22

33
on:
44
push:
@@ -10,11 +10,9 @@ permissions:
1010
pages: write
1111
id-token: write
1212

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.
1513
concurrency:
16-
group: 'deploy'
17-
cancel-in-progress: false
14+
group: 'build'
15+
cancel-in-progress: true
1816

1917
env:
2018
BUILD_PATH: '.'

0 commit comments

Comments
 (0)