mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:19:59 +00:00
Update workflows to support self-hosted runners
This commit is contained in:
parent
49c9e7f66d
commit
860cd4d081
4
.github/workflows/docs-and-testcov.yml
vendored
4
.github/workflows/docs-and-testcov.yml
vendored
@ -18,7 +18,9 @@ permissions:
|
||||
|
||||
jobs:
|
||||
docs-and-testcov:
|
||||
runs-on: ubuntu-latest
|
||||
# runs-on: ubuntu-latest
|
||||
runs-on: [self-hosted, ubuntu-latest]
|
||||
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
3
.github/workflows/run-unit-tests.yml
vendored
3
.github/workflows/run-unit-tests.yml
vendored
@ -14,7 +14,8 @@ jobs:
|
||||
run-unit-tests:
|
||||
if: github.event.pull_request.draft == false
|
||||
name: run-unit-tests
|
||||
runs-on: ubuntu-latest
|
||||
# runs-on: ubuntu-latest
|
||||
runs-on: [self-hosted, ubuntu-latest]
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user