Browse Source

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...
Chris B 2 years ago
parent
commit
4f5b48e41a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .github/workflows/coverage-gh-pages.yml

+ 0 - 1
.github/workflows/coverage-gh-pages.yml

@@ -17,7 +17,6 @@ permissions:
 # Allow one concurrent deployment
 concurrency:
   group: "pages"
-  cancel-in-progress: true
 
 jobs:
   # Build job