FIX / Workflow: Change tailscale trigger condition (#30471)

Update push-important-models.yml
This commit is contained in:
Younes Belkada 2024-04-25 10:33:12 +02:00 committed by GitHub
parent cebb07262f
commit cd0cd12add
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,7 +127,7 @@ jobs:
slack_token: ${{ secrets.CI_SLACK_BOT_TOKEN }}
- name: Tailscale # In order to be able to SSH when a test fails
if: ${{ failure() || runner.debug == '1'}}
if: ${{ runner.debug == '1'}}
uses: huggingface/tailscale-action@v1
with:
authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }}