From d644e1e64877ffaddd8d4ab4dfcf30cd11a4244a Mon Sep 17 00:00:00 2001 From: daydreamer-json <100826019+daydreamer-json@users.noreply.github.com> Date: Wed, 17 Jul 2024 17:41:49 +0900 Subject: [PATCH] Disable old script --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 658261c..19d9715 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,12 +24,12 @@ jobs: cache: npm - name: Install dependencies run: npm i - - name: Run old script - uses: nick-fields/retry@v3 - with: - timeout_minutes: 5 - max_attempts: 5 - command: node src/run.js + # - name: Run old script + # uses: nick-fields/retry@v3 + # with: + # timeout_minutes: 5 + # max_attempts: 5 + # command: node src/run.js - name: Run HoYoPlay script uses: nick-fields/retry@v3 with: