Skip to content

Commit

Permalink
add more workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tharbert committed Jul 23, 2022
1 parent 91b4feb commit 4747f07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
bench:
needs: diff
if: github.event.pull_request.draft == false && needs.diff.outputs.isRust == 'true'
runs-on: [self-hosted, self-hosted-ubuntu]
runs-on: [self-hosted, self-hosted-arc]
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Generate code coverage
needs: diff
if: github.event.pull_request.draft == false && needs.diff.outputs.isRust == 'true'
runs-on: [self-hosted, self-hosted-ubuntu]
runs-on: [self-hosted, self-hosted-arc]
strategy:
fail-fast: true
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
jobs:
beta:
name: Run test on the beta channel
runs-on: [self-hosted, self-hosted-ubuntu]
runs-on: [self-hosted, self-hosted-arc]
steps:
- uses: actions/checkout@v3
- name: Install beta toolchain
Expand All @@ -50,7 +50,7 @@ jobs:

release:
name: build release binaries
runs-on: [self-hosted, self-hosted-ubuntu]
runs-on: [self-hosted, self-hosted-arc]
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
Expand All @@ -61,7 +61,7 @@ jobs:
args: --all-targets --all-features --release --profile=release

cargo-udeps:
runs-on: [self-hosted, self-hosted-ubuntu]
runs-on: [self-hosted, self-hosted-arc]
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 4747f07

Please sign in to comment.