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 7226d73 commit e7fb7adCopy full SHA for e7fb7ad
.github/workflows/ci.yml
@@ -259,10 +259,10 @@ jobs:
259
run: cargo clippy --locked --all-targets -- -D warnings
260
261
rust-lint-no-default:
262
- name: "Rust (lint, no default)"/image=vortex-ci
+ name: "Rust (lint, no default)"
263
timeout-minutes: 120
264
runs-on:
265
- - runs-on=${{ github.run_id }}
+ - runs-on=${{ github.run_id }}/image=vortex-ci
266
- family=m7i+m7i-flex+m7a
267
- cpu=16
268
- extras=s3-cache
0 commit comments