Skip to content

Commit 2b36d5f

Browse files
marquizk8s-infra-cherrypick-robot
authored andcommitted
github: don't cancel gh-pages update on congestion
Don't cancel but wait for the other job(s) to be finished.
1 parent 7659b2f commit 2b36d5f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
concurrency:
1111
group: gh-pages
12+
cancel-in-progress: false
1213

1314
permissions:
1415
contents: read

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55

66
concurrency:
77
group: gh-pages
8+
cancel-in-progress: false
89

910
permissions:
1011
contents: read

0 commit comments

Comments
 (0)