diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6e3be59c..0faff65d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -125,6 +125,9 @@ jobs: - name: Run examples run: cargo run --example simple --locked - name: Run remote tests + # Running this requires access to secrets, so skip if this is + # a PR from a fork. + if: github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork run: make -C ./lancedb remote-tests macos: