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 b14b057 commit 728006dCopy full SHA for 728006d
.github/workflows/ci.yml
@@ -60,7 +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
+ if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
64
run: |
65
cd crates/sb_fs/tests
66
echo "S3FS_TEST_SUPABASE_STORAGE=true" >> .env
0 commit comments