Skip to content

Commit 3cc6f14

Browse files
alan-agius4josephperrott
authored andcommitted
ci: update renovate workflow schedule to run at 17 and 47 minutes past the hour
Run cronjob at 17 and 47 minutes past the hour, which are much quieter than the top/bottom of the hour.
1 parent 069730b commit 3cc6f14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ng-renovate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Angular-Org Renovate
33
on:
44
workflow_dispatch:
55
schedule:
6-
# Runs every 30 minutes.
7-
- cron: '*/30 * * * *'
6+
# Run on the 17th and 47th minute of every hour.
7+
- cron: '17,47 * * * *'
88

99
concurrency:
1010
group: ${{ github.workflow }}

0 commit comments

Comments
 (0)