Skip to content

Commit

Permalink
Workflow: Remove IS_GITHUB_CI (huggingface#31147)
Browse files Browse the repository at this point in the history
remove `IS_GITHUB_CI`
  • Loading branch information
younesbelkada authored May 30, 2024
1 parent f5590de commit 6bd511a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/push-important-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ssh-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6bd511a

Please sign in to comment.