From 3d1495e6b0cfcded4823ebc009dc7360a68fc9b5 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Fri, 9 Feb 2024 22:37:33 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E6=99=82=E7=9A=84=E3=81=ABDownload=20?= =?UTF-8?q?test=20workflow=E3=82=92=E7=84=A1=E5=8A=B9=E5=8C=96=E3=81=99?= =?UTF-8?q?=E3=82=8B=20(#744)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/download_test.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/download_test.yml b/.github/workflows/download_test.yml index d2e8b718b..2a1190e40 100644 --- a/.github/workflows/download_test.yml +++ b/.github/workflows/download_test.yml @@ -7,14 +7,16 @@ on: description: "テスト対象のコアのバージョン。無指定時はprerelease込みの最新release。" type: string required: false - push: - branches: - - main - pull_request: - paths: - - "Cargo.*" - - "crates/downloader/**" - - ".github/workflows/download_test.yml" + # 新しいビルドができるまで、このworkflowが壊れて動かないことを許容する + # https://github.com/VOICEVOX/voicevox_core/issues/741#issuecomment-1935303742 + #push: + # branches: + # - main + #pull_request: + # paths: + # - "Cargo.*" + # - "crates/downloader/**" + # - ".github/workflows/download_test.yml" env: VERSION: ${{ inputs.version || 'prerelease-latest' }}