ci: fix tests for PRs
This commit is contained in:
parent
7b0499f6b7
commit
07fd62c560
2 changed files with 26 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Reference in a new issue