mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-05 01:09:25 +00:00
Update workflows to support self-hosted runners
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user