Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,6 @@ jobs:

name: ${{ matrix.kind }} / ${{ matrix.task }} / ${{ matrix.platform }}
runs-on: ${{ matrix.platform }}
# Rust-only jobs (including the per-check verify-rust jobs) are skipped
# entirely when the diff doesn't touch src-tauri or its Cargo files.
if: >
(matrix.kind != 'rust' && matrix.kind != 'verify-rust') ||
needs.detect-rust-changes.outputs.rust_changed == 'true'
steps:
- uses: actions/checkout@v4

Expand Down
Loading