Skip to content

Commit

Permalink
debug: stop ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronleopold committed Sep 28, 2024
1 parent 9a462bf commit 783469f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
check-rust:
needs: code-changes-check
if: "!contains(github.event.pull_request.head.ref, 'release/v') && needs.code-changes-check.outputs.rust-changed == 'true'"
# if: "!contains(github.event.pull_request.head.ref, 'release/v') && needs.code-changes-check.outputs.rust-changed == 'true'"
if: false
name: Rust checks
runs-on: [self-hosted]
steps:
Expand Down

0 comments on commit 783469f

Please sign in to comment.