ci: fix tests for PRs

This commit is contained in:
ThetaDev 2024-10-27 02:28:57 +02:00
parent 4b7db80afc
commit b79bf43dd3
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()