Skip to content

Commit

Permalink
chore: Fix workspace-hack action
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Apr 21, 2024
1 parent eb72457 commit e3fcbb8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/workspace-hack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ jobs:
- name: Verify workspace-hack
run: |
cd libs
if cargo hakari disable --diff ; then
# The hack crate has been disabled (probably for a release)
# No need to check anything else
else
# If the hack crate has been disabled (probably for a release)
# we don't check anything else
if ! cargo hakari disable --diff ; then
# Check that workspace_hack's Cargo.toml is up-to-date
# If this fails, run `cargo hakari generate` to fix it
cargo hakari generate --diff
Expand Down

0 comments on commit e3fcbb8

Please sign in to comment.