Skip to content

Commit

Permalink
clippy self-hosted builds (MystenLabs#3719)
Browse files Browse the repository at this point in the history
  • Loading branch information
tharbert authored Aug 2, 2022
1 parent cc511a7 commit c549fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
clippy:
needs: diff
if: needs.diff.outputs.isRust == 'true'
runs-on: [ubuntu-latest]
runs-on: [self-hosted, self-hosted-arc]
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit c549fea

Please sign in to comment.