Skip to content

Commit

Permalink
fix(ci): s3 cred install step didn't gate correctly
Browse files Browse the repository at this point in the history
(cherry picked from commit 5ef1122)
  • Loading branch information
nyannyacha committed Nov 22, 2024
1 parent b14b057 commit 4ec55f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +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
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
run: |
cd crates/sb_fs/tests
echo "S3FS_TEST_SUPABASE_STORAGE=true" >> .env
Expand Down

0 comments on commit 4ec55f6

Please sign in to comment.