Skip to content

Commit

Permalink
Update updater.yml to run monthly rather than weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
smarie authored Feb 7, 2024
1 parent c96650f commit 3a8a5bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: GitHub Actions Version Updater
on:
workflow_dispatch:
schedule:
# Automatically run on every Sunday
- cron: '0 0 * * 0'
# Automatically run on every first day of the month
- cron: '0 0 1 * *'

jobs:
build:
Expand Down

0 comments on commit 3a8a5bc

Please sign in to comment.