ci(build-fast): run fast build only for rust-surface changes
This commit is contained in:
parent
bf81986abc
commit
7bf3efcf88
2
.github/workflows/ci-build-fast.yml
vendored
2
.github/workflows/ci-build-fast.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
build-fast:
|
||||
name: Build (Fast)
|
||||
needs: [changes]
|
||||
if: needs.changes.outputs.rust_changed == 'true' || needs.changes.outputs.workflow_changed == 'true'
|
||||
if: needs.changes.outputs.rust_changed == 'true'
|
||||
runs-on: [self-hosted, Linux, X64]
|
||||
timeout-minutes: 25
|
||||
steps:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user