Explorar o código

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 %!s(int64=2) %!d(string=hai) anos
pai
achega
4f5b48e41a
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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
 # Allow one concurrent deployment
 concurrency:
 concurrency:
   group: "pages"
   group: "pages"
-  cancel-in-progress: true
 
 
 jobs:
 jobs:
   # Build job
   # Build job