Skip to content

Commit

Permalink
feat(workflows): update check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abgox committed Jul 10, 2024
1 parent 1f8e41b commit 40f1be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check
on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *'
- cron: '0 1 * * 1' # 每周星期一1点

permissions:
contents: write
Expand Down

0 comments on commit 40f1be7

Please sign in to comment.