Skip to content

Commit

Permalink
Update github workflow cron value from once a week to twice a day
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoravong committed Sep 11, 2023
1 parent dd49c6d commit 19b8fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_chart_dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ name: Check for new chart dependency updates

on:
schedule:
# Run every Monday at noon.
- cron: "0 12 * * 1"
# Run every 12th hour at minute 15 past.
- cron: "15 */12 * * *"
workflow_dispatch:
inputs:
DEBUG_MODE:
Expand Down

0 comments on commit 19b8fbc

Please sign in to comment.