ci: fix tests for PRs

This commit is contained in:
ThetaDev 2024-10-27 02:28:57 +02:00
parent 7b0499f6b7
commit 07fd62c560
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
2 changed files with 26 additions and 2 deletions

View file

@ -34,7 +34,7 @@ jobs:
env:
ALL_PROXY: "http://warpproxy:8124"
RUSTYPIPE_CACHE: "${{ secrets.RUSTYPIPE_CACHE }}"
YT_AUTHENTICATED: "1"
YT_AUTHENTICATED: "${{ github.event_name != 'pull_request' }}" # no access to secrets for PRs
- name: 💌 Upload test report
if: always()