Skip to content

Commit 779101e

Browse files
authored
Merge pull request #2250 from k8s-infra-cherrypick-robot/cherry-pick-2248-to-release-0.16
[release-0.16] github: don't cancel gh-pages update on congestion
2 parents d4e905b + 8bcd455 commit 779101e

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)