We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda9fec commit 2bb148cCopy full SHA for 2bb148c
.github/workflows/coverage.yml
@@ -19,7 +19,7 @@ env:
19
jobs:
20
test:
21
name: Coverage Report
22
- runs-on: custom-runner-AWS
+ runs-on: [self-hosted]
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
27
env:
28
SCCACHE_CACHE_SIZE: "50G"
29
needs: cancel
0 commit comments