Skip to content

Commit

Permalink
chore(ci): only PRs submitted from the origin repo can be tested for …
Browse files Browse the repository at this point in the history
…s3 fs (#447)
  • Loading branch information
nyannyacha authored Nov 22, 2024
1 parent 8f81f37 commit b14b057
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b14b057

Please sign in to comment.