Skip to content

Commit

Permalink
Merge pull request #26 from NixOS/weekly-updates
Browse files Browse the repository at this point in the history
Switch automated updates to weekly
  • Loading branch information
infinisil authored Mar 25, 2024
2 parents bddeeb1 + b1e3aeb commit 3b4cedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Automated update
on:
workflow_dispatch: # Allows triggering manually
schedule:
- cron: '47 14 * * *' # runs every day at 14:47 UTC (chosen somewhat randomly)
- cron: '47 14 * * 1' # runs every Monday at 14:47 UTC (chosen somewhat randomly)

jobs:
update:
Expand Down

0 comments on commit 3b4cedc

Please sign in to comment.