Skip to content

Commit

Permalink
Remove unnecessary check
Browse files Browse the repository at this point in the history
  • Loading branch information
ctring committed Apr 24, 2023
1 parent b578942 commit f1f2f27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ jobs:
cargo hakari manage-deps --dry-run # all workspace crates depend on workspace-hack
# https://github.com/EmbarkStudios/cargo-deny
- name: Check rust licenses/bans/advisories/sources
if: ${{ !cancelled() }}
run: cargo deny check
# - name: Check rust licenses/bans/advisories/sources
# if: ${{ !cancelled() }}
# run: cargo deny check

build-neon:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f1f2f27

Please sign in to comment.