Skip to content

Commit

Permalink
杂项(流水线):开启每周一至周六十一点自动更新。
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuery-Shuai committed Aug 7, 2024
1 parent da32f3f commit be75290
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Update Profiles on Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
branches: [main]
paths-ignore:
- 'README.md'
schedule:
- cron: "0 0 3 ? * 3,6"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/Update Profiles on Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Update Profiles on Windows

on:
workflow_dispatch:
schedule:
- cron: "0 0 3 ? * 4,7"

jobs:
update-profiles:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/Update Profiles on macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Update Profiles on macOS

on:
workflow_dispatch:
schedule:
- cron: "0 0 3 ? * 2,5"

jobs:
update-profiles:
Expand Down

0 comments on commit be75290

Please sign in to comment.