We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27e3272 commit 244878eCopy full SHA for 244878e
.github/workflows/coverage.yml
@@ -19,7 +19,7 @@ env:
19
jobs:
20
test:
21
name: Coverage Report
22
- runs-on: ubuntu-latest
+ runs-on: custom-runner-AWS
23
steps:
24
- name: Cancel Previous Runs
25
# Only cancel non-master branch runs
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
with:
access_token: ${{ github.token }}
build:
26
- runs-on: [self-hosted, linux]
27
env:
28
SCCACHE_CACHE_SIZE: "50G"
29
needs: cancel
0 commit comments