From 637398440ce7f2d0379110aa2d22a50380753ca5 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Wed, 21 Jun 2023 19:19:42 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: