From 5dff582858dc0ba2c19e6eee714eef6b5ffe72ac Mon Sep 17 00:00:00 2001 From: Nyannyacha Date: Fri, 22 Nov 2024 11:21:13 +0000 Subject: [PATCH] fix(ci): only PRs submitted from the origin repo can be tested for s3 fs --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b27dcfff2..c420f22e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,6 +60,7 @@ jobs: run: ./scripts/install_onnx.sh ${{ env.ONNXRUNTIME_VERSION }} x64 /tmp/onnxruntime - name: Install S3 credentials for testing + if: github.repository == github.event.repository.full_name run: | cd crates/sb_fs/tests echo "S3FS_TEST_SUPABASE_STORAGE=true" >> .env