Skip to content

Commit b14b057

Browse files
authored
chore(ci): only PRs submitted from the origin repo can be tested for s3 fs (#447)
1 parent 8f81f37 commit b14b057

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
run: ./scripts/install_onnx.sh ${{ env.ONNXRUNTIME_VERSION }} x64 /tmp/onnxruntime
6161

6262
- name: Install S3 credentials for testing
63+
if: github.repository == github.event.repository.full_name
6364
run: |
6465
cd crates/sb_fs/tests
6566
echo "S3FS_TEST_SUPABASE_STORAGE=true" >> .env

0 commit comments

Comments
 (0)