Skip to content

Commit

Permalink
Update run.yml
Browse files Browse the repository at this point in the history
定时任务
  • Loading branch information
454592673 authored Mar 1, 2024
1 parent 7d1b374 commit 54f8f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
watch:
types: started
schedule:
- cron: 35 3 * * *
- cron: "20 1,6 * * *"
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -47,4 +47,4 @@ jobs:
with:
timeout_minutes: 10
max_attempts: 3
command: npm start
command: npm start

0 comments on commit 54f8f9d

Please sign in to comment.