Update ci.yml

docs-add-demo
Meng Zhang 2023-06-06 04:18:39 -07:00 committed by GitHub
parent 367d55f906
commit ff4f9d68d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -30,12 +30,12 @@ jobs:
tests:
runs-on: ubuntu-latest
needs: changes
if: needs.changes.outputs.changes == 'true'
if: jobs.changes.outputs.changes == 'true'
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Rust
uses: actions-rs/toolchain@v1
with: