Skip to content

Commit

Permalink
build: move tool updates workflow runtime a day later
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Feb 15, 2022
1 parent cc505a5 commit 87489e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tools.yml
@@ -1,8 +1,8 @@
name: Tools update
on:
schedule:
# Run once a week at 00:05 AM UTC on Saturday.
- cron: 5 0 * * 6
# Run once a week at 00:05 AM UTC on Sunday.
- cron: 5 0 * * 0

workflow_dispatch:

Expand Down

0 comments on commit 87489e9

Please sign in to comment.