Skip to content

Commit

Permalink
Reduce the cron time to every 15 minutes (#10020)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnunciato authored Oct 7, 2023
1 parent 41e4496 commit a6f08f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-theme.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Scheduled jobs: Update Hugo modules"
on:
schedule:
- cron: '*/30 * * * *'
- cron: '*/15 * * * *'
workflow_dispatch:
jobs:
merge:
Expand Down

0 comments on commit a6f08f3

Please sign in to comment.