Skip to content

Commit 728006d

Browse files
authored
chore(ci): s3 cred install step didn't gate correctly (#449)
(cherry picked from commit 5ef1122)
1 parent b14b057 commit 728006d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +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
63+
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
6464
run: |
6565
cd crates/sb_fs/tests
6666
echo "S3FS_TEST_SUPABASE_STORAGE=true" >> .env

0 commit comments

Comments
 (0)