Skip to content

Commit

Permalink
GA:添加 workflow_dispatch 并修改注释 (#139)
Browse files Browse the repository at this point in the history
Signed-off-by: 是小胖呀26 <[email protected]>
  • Loading branch information
是小胖呀26 authored May 25, 2024
1 parent fa427e1 commit f2df022
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/locals(greasyfork).js_update.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: main(greasyfork).user.js and locals(greasyfork).js update
on:
schedule:
# 每周五的UTC时间16点(北京时间凌晨0点
# 每周四的UTC时间16点(北京时间周五凌晨0点
- cron: "0 16 * * 4"
workflow_dispatch:

jobs:
update_version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.user.js_version_update.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: main.user.js version update
on:
schedule:
# 每周一的UTC时间16点(北京时间凌晨0点
# 每周日的UTC时间16点(北京时间周一凌晨0点
- cron: "0 16 * * 0"
workflow_dispatch:

Expand Down

0 comments on commit f2df022

Please sign in to comment.