浏览代码

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 年之前
父节点
当前提交
4f5b48e41a
共有 1 个文件被更改,包括 0 次插入1 次删除
  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