Disable old script

This commit is contained in:
daydreamer-json 2024-07-17 17:41:49 +09:00 committed by GitHub
parent 47fc030395
commit d644e1e648
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: