Skip to content

Commit

Permalink
调整锦鲤红包运行时间,自动领取红包
Browse files Browse the repository at this point in the history
  • Loading branch information
zero205 committed May 2, 2021
1 parent 599e70c commit 3e5460e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jd_redPacket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: jd_redPacket
on:
workflow_dispatch:
schedule:
- cron: '10 16 * * *'
- cron: '10,15 16 * * *'
watch:
types: started
repository_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion jd_jxnc2.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jd_task.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
{
"name": "京东全民开红包",
"type": "cron",
"time": "30 0 * * *",
"time": "30,35 0 * * *",
"running": true,
"job": {
"type": "runjs",
Expand Down

0 comments on commit 3e5460e

Please sign in to comment.