Skip to content

Commit

Permalink
workflows:modify the scheduled task to execute every Saturday
Browse files Browse the repository at this point in the history
  • Loading branch information
WYC-2020 committed May 9, 2022
1 parent 883b38c commit 81bd822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remove-old-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Remove old artifacts

on:
schedule:
- cron: '0 1 * * *'
- cron: 0 0 * * SAT
repository_dispatch:
workflow_dispatch:

Expand Down

0 comments on commit 81bd822

Please sign in to comment.