Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
cd0cd12a
Unverified
Commit
cd0cd12a
authored
Apr 25, 2024
by
Younes Belkada
Committed by
GitHub
Apr 25, 2024
Browse files
FIX / Workflow: Change tailscale trigger condition (#30471)
Update push-important-models.yml
parent
cebb0726
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/push-important-models.yml
.github/workflows/push-important-models.yml
+1
-1
No files found.
.github/workflows/push-important-models.yml
View file @
cd0cd12a
...
...
@@ -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 }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment