Update ci.yml

improve-workflow
Meng Zhang 2023-06-21 19:19:42 -07:00 committed by GitHub
parent 99d8fa619f
commit 637398440c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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: