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 b2723f3 commit 4a3713e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Update Profiles on Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
paths-ignore:
- 'README.md'
schedule:
- cron: "0 0 3 ? * TUE,FRI "
- cron: "0 3 ? * TUE,FRI "
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Update Profiles on Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update Profiles on Windows
on:
workflow_dispatch:
schedule:
- cron: "0 0 3 ? * WED,SAT "
- cron: "0 3 ? * WED,SAT "

jobs:
update-profiles:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Update Profiles on macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update Profiles on macOS
on:
workflow_dispatch:
schedule:
- cron: "0 0 3 ? * MON,THU "
- cron: "0 3 ? * MON,THU "

jobs:
update-profiles:
Expand Down

0 comments on commit 4a3713e

Please sign in to comment.