Skip to content

Commit

Permalink
hopefully this works?
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Feb 3, 2025
1 parent f0176f2 commit 1cebfca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ jobs:
cargo-deny:
name: 'Rust / `cargo deny`'
runs-on: ubuntu-24.04
if: ${{github.event.pull_request != null}}
steps:
- uses: actions/checkout@v4
- uses: taiki-e/cache-cargo-install-action@v2
Expand All @@ -114,7 +113,6 @@ jobs:
report-missing-dependencies:
name: 'Rust / Report Missing Dependencies'
runs-on: ubuntu-latest
if: ${{github.event.pull_request != null}}
steps:
- uses: actions/checkout@v4
- uses: taiki-e/cache-cargo-install-action@v2
Expand Down

0 comments on commit 1cebfca

Please sign in to comment.