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 be5e402 commit 471e3c6Copy full SHA for 471e3c6
.github/workflows/deploy_guide.yml
@@ -5,6 +5,10 @@ on:
5
branches:
6
- main
7
8
+concurrency:
9
+ group: "pages"
10
+ cancel-in-progress: true
11
+
12
jobs:
13
deploy:
14
# Only run on the main repository, not on forks
0 commit comments