From cd0cd12add42b4a4afc0528a06be17b41efc4905 Mon Sep 17 00:00:00 2001 From: Younes Belkada <49240599+younesbelkada@users.noreply.github.com> Date: Thu, 25 Apr 2024 10:33:12 +0200 Subject: [PATCH] FIX / Workflow: Change tailscale trigger condition (#30471) Update push-important-models.yml --- .github/workflows/push-important-models.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-important-models.yml b/.github/workflows/push-important-models.yml index 2b90386dca..cf86a8fc8d 100644 --- a/.github/workflows/push-important-models.yml +++ b/.github/workflows/push-important-models.yml @@ -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 }}