Skip to content

Commit

Permalink
fixed unmet needs
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Jul 20, 2023
1 parent 49a19c5 commit 21ac290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: cargo check --all

test:
needs: [check, schema]
needs: [check]
runs-on: ubuntu-latest
steps:
- name: Setup | Checkout
Expand Down

0 comments on commit 21ac290

Please sign in to comment.