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
Refs: #41973 (comment)

PR-URL: #41982
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
  • Loading branch information
Trott authored and danielleadams committed Apr 24, 2022
1 parent f8c6232 commit db4a3dc
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 db4a3dc

Please sign in to comment.