Skip to content

Commit

Permalink
fix broken workflow dependany
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewmeyer committed Sep 27, 2023
1 parent f160b03 commit 8fb2c0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
check:
name: Lint & Test
runs-on: ubuntu-latest
needs: clippy
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down Expand Up @@ -43,7 +42,7 @@ jobs:
push-image:
name: Push Image
runs-on: ubuntu-latest
needs: test
needs: check
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8fb2c0e

Please sign in to comment.