Skip to content

Commit

Permalink
Change HF upload default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator committed Feb 6, 2024
1 parent 3f46b52 commit c8d9bbd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/actions/gh-upload-to-hf/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ runs:

- name: Upload to huggingface
shell: bash
continue-on-error: true
if: always()
run: |
huggingface-cli upload --repo-type dataset \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-task-runner-Alignment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ on:
upload_to_hf:
description: 'Upload to Hugging Face'
required: false
default: true
default: false
type: boolean

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-task-runner-Error-Suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ on:
upload_to_hf:
description: 'Upload to Hugging Face'
required: false
default: true
default: false
type: boolean

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-task-runner-Large-Suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ on:
upload_to_hf:
description: 'Upload to Hugging Face'
required: false
default: true
default: false
type: boolean

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-task-runner-Single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1712,7 +1712,7 @@ on:
upload_to_hf:
description: 'Upload to Hugging Face'
required: false
default: true
default: false
type: boolean

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-task-runner-Slow-Suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ on:
upload_to_hf:
description: 'Upload to Hugging Face'
required: false
default: true
default: false
type: boolean

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-task-runner-XLang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ on:
upload_to_hf:
description: 'Upload to Hugging Face'
required: false
default: true
default: false
type: boolean

env:
Expand Down

0 comments on commit c8d9bbd

Please sign in to comment.