diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d46d79..7778b8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,6 @@ jobs: check: name: Lint & Test runs-on: ubuntu-latest - needs: clippy steps: - name: Checkout sources uses: actions/checkout@v3 @@ -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