Skip to content

Commit e9e7191

Browse files
authored
[CI] don't cancel concurrent deploy_pip_page (#307)
1 parent 16d4dca commit e9e7191

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_pip_page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222

2323
concurrency:
2424
group: "pages"
25-
cancel-in-progress: true
25+
cancel-in-progress: false
2626

2727
jobs:
2828
deploy:

0 commit comments

Comments
 (0)