diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27e9c23..229be01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,9 +46,8 @@ jobs: run: cargo +nightly fmt --check release-binary: - need: changes + needs: [tests, changes] if: needs.changes.outputs.changed == 'true' - needs: tests runs-on: ${{ matrix.os }} strategy: matrix: