From c8d9bbd40e97fecb7551344172a77ac48b137469 Mon Sep 17 00:00:00 2001 From: "Eugene Cheah (picocreator)" Date: Tue, 6 Feb 2024 22:21:14 +0000 Subject: [PATCH] Change HF upload default to false --- .github/actions/gh-upload-to-hf/action.yaml | 1 + .github/workflows/gh-task-runner-Alignment.yml | 2 +- .github/workflows/gh-task-runner-Error-Suite.yml | 2 +- .github/workflows/gh-task-runner-Large-Suite.yml | 2 +- .github/workflows/gh-task-runner-Single.yml | 2 +- .github/workflows/gh-task-runner-Slow-Suite.yml | 2 +- .github/workflows/gh-task-runner-XLang.yml | 2 +- 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/actions/gh-upload-to-hf/action.yaml b/.github/actions/gh-upload-to-hf/action.yaml index a90e4771c8..278168a7d9 100644 --- a/.github/actions/gh-upload-to-hf/action.yaml +++ b/.github/actions/gh-upload-to-hf/action.yaml @@ -49,6 +49,7 @@ runs: - name: Upload to huggingface shell: bash + continue-on-error: true if: always() run: | huggingface-cli upload --repo-type dataset \ diff --git a/.github/workflows/gh-task-runner-Alignment.yml b/.github/workflows/gh-task-runner-Alignment.yml index 234bc91cc2..ee1b4b491d 100644 --- a/.github/workflows/gh-task-runner-Alignment.yml +++ b/.github/workflows/gh-task-runner-Alignment.yml @@ -50,7 +50,7 @@ on: upload_to_hf: description: 'Upload to Hugging Face' required: false - default: true + default: false type: boolean env: diff --git a/.github/workflows/gh-task-runner-Error-Suite.yml b/.github/workflows/gh-task-runner-Error-Suite.yml index 4d53f548dc..37212727f3 100644 --- a/.github/workflows/gh-task-runner-Error-Suite.yml +++ b/.github/workflows/gh-task-runner-Error-Suite.yml @@ -50,7 +50,7 @@ on: upload_to_hf: description: 'Upload to Hugging Face' required: false - default: true + default: false type: boolean env: diff --git a/.github/workflows/gh-task-runner-Large-Suite.yml b/.github/workflows/gh-task-runner-Large-Suite.yml index 660aae7c2d..ed772ac6f8 100644 --- a/.github/workflows/gh-task-runner-Large-Suite.yml +++ b/.github/workflows/gh-task-runner-Large-Suite.yml @@ -50,7 +50,7 @@ on: upload_to_hf: description: 'Upload to Hugging Face' required: false - default: true + default: false type: boolean env: diff --git a/.github/workflows/gh-task-runner-Single.yml b/.github/workflows/gh-task-runner-Single.yml index 498aa2f156..dc9dccf720 100644 --- a/.github/workflows/gh-task-runner-Single.yml +++ b/.github/workflows/gh-task-runner-Single.yml @@ -1712,7 +1712,7 @@ on: upload_to_hf: description: 'Upload to Hugging Face' required: false - default: true + default: false type: boolean env: diff --git a/.github/workflows/gh-task-runner-Slow-Suite.yml b/.github/workflows/gh-task-runner-Slow-Suite.yml index 1e442c9ca6..8e747dce4b 100644 --- a/.github/workflows/gh-task-runner-Slow-Suite.yml +++ b/.github/workflows/gh-task-runner-Slow-Suite.yml @@ -50,7 +50,7 @@ on: upload_to_hf: description: 'Upload to Hugging Face' required: false - default: true + default: false type: boolean env: diff --git a/.github/workflows/gh-task-runner-XLang.yml b/.github/workflows/gh-task-runner-XLang.yml index 4cf66ec029..b074eda40f 100644 --- a/.github/workflows/gh-task-runner-XLang.yml +++ b/.github/workflows/gh-task-runner-XLang.yml @@ -50,7 +50,7 @@ on: upload_to_hf: description: 'Upload to Hugging Face' required: false - default: true + default: false type: boolean env: