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
6bd511a4
Unverified
Commit
6bd511a4
authored
May 30, 2024
by
Younes Belkada
Committed by
GitHub
May 30, 2024
Browse files
Workflow: Remove `IS_GITHUB_CI` (#31147)
remove `IS_GITHUB_CI`
parent
f5590dea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
.github/workflows/push-important-models.yml
.github/workflows/push-important-models.yml
+0
-1
.github/workflows/ssh-runner.yml
.github/workflows/ssh-runner.yml
+0
-1
No files found.
.github/workflows/push-important-models.yml
View file @
6bd511a4
...
...
@@ -5,7 +5,6 @@ on:
branches
:
[
main
]
env
:
IS_GITHUB_CI
:
"
1"
OUTPUT_SLACK_CHANNEL_ID
:
"
C06L2SGMEEA"
HF_HUB_READ_TOKEN
:
${{ secrets.HF_HUB_READ_TOKEN }}
HF_HOME
:
/mnt/cache
...
...
.github/workflows/ssh-runner.yml
View file @
6bd511a4
...
...
@@ -14,7 +14,6 @@ on:
required
:
true
env
:
IS_GITHUB_CI
:
"
1"
HF_HUB_READ_TOKEN
:
${{ secrets.HF_HUB_READ_TOKEN }}
HF_HOME
:
/mnt/cache
TRANSFORMERS_IS_CI
:
yes
...
...
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