Disable old script
This commit is contained in:
parent
47fc030395
commit
d644e1e648
1 changed files with 6 additions and 6 deletions
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue