Skip to content

Commit 4f5b48e

Browse files
authored
Don't cancel in-progress coverage builds (#4821)
The coverage builds take a _long_ time to run on the standard GitHub action bots. I initially thought cancelling and restarting was a good idea and have since reconsidered...
1 parent 6ef6e91 commit 4f5b48e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/coverage-gh-pages.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ permissions:
1717
# Allow one concurrent deployment
1818
concurrency:
1919
group: "pages"
20-
cancel-in-progress: true
2120

2221
jobs:
2322
# Build job

0 commit comments

Comments
 (0)