diff --git a/.github/workflows/coverage.patch.yml b/.github/workflows/coverage.patch.yml index 325fb164..fdf9a5f6 100644 --- a/.github/workflows/coverage.patch.yml +++ b/.github/workflows/coverage.patch.yml @@ -13,7 +13,7 @@ on: jobs: coverage: - name: Coverage nightly + name: Coverage on stable # The large timeout is to accommodate: # - nightly builds (75 minutes, typically 30-50 minutes) # - parameter downloads (40 minutes, but only when the cache expires) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0f4315d5..cfa4e037 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -36,11 +36,11 @@ env: jobs: coverage: - name: Coverage nightly + name: Coverage on stable # The large timeout is to accommodate: - # - nightly builds (75 minutes, typically 30-50 minutes), and + # - stable builds (typically 30-50 minutes), and # - parameter downloads (an extra 90 minutes, but only when the cache expires) - timeout-minutes: 165 + timeout-minutes: 140 runs-on: ubuntu-latest steps: @@ -50,7 +50,7 @@ jobs: - uses: actions-rs/toolchain@v1.0.7 with: - toolchain: nightly + toolchain: stable override: true profile: minimal components: llvm-tools-preview