There was an error while loading. Please reload this page.
1 parent 43b77da commit 642d350Copy full SHA for 642d350
1 file changed
.github/workflows/github-pages.yml
@@ -1,10 +1,7 @@
1
name: GitHub Pages Deploy
2
3
+# Only run workflow when triggered manually from Actions tab
4
on:
- push:
5
- tags:
6
- - '\d+\.\d+\.\d+'
7
- # Allow running workflow manually from Actions tab
8
workflow_dispatch:
9
10
# Set permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
@@ -13,11 +10,10 @@ permissions:
13
pages: write
14
11
id-token: write
15
12
16
-# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
17
-# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
+# Allow only one concurrent deployment
18
concurrency:
19
group: "pages"
20
- cancel-in-progress: false
+ cancel-in-progress: true
21
22
jobs:
23
build:
0 commit comments