Unverified Commit cd0cd12a authored by Younes Belkada's avatar Younes Belkada Committed by GitHub
Browse files

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

Update push-important-models.yml
parent cebb0726
...@@ -127,7 +127,7 @@ jobs: ...@@ -127,7 +127,7 @@ jobs:
slack_token: ${{ secrets.CI_SLACK_BOT_TOKEN }} slack_token: ${{ secrets.CI_SLACK_BOT_TOKEN }}
- name: Tailscale # In order to be able to SSH when a test fails - 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 uses: huggingface/tailscale-action@v1
with: with:
authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }} authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment