We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f81f37 commit b14b057Copy full SHA for b14b057
.github/workflows/ci.yml
@@ -60,6 +60,7 @@ jobs:
60
run: ./scripts/install_onnx.sh ${{ env.ONNXRUNTIME_VERSION }} x64 /tmp/onnxruntime
61
62
- name: Install S3 credentials for testing
63
+ if: github.repository == github.event.repository.full_name
64
run: |
65
cd crates/sb_fs/tests
66
echo "S3FS_TEST_SUPABASE_STORAGE=true" >> .env
0 commit comments