Skip to content

Commit

Permalink
run updater daily on weekday mornings
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Jun 18, 2024
1 parent e3c73db commit 3c2d3de
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
@@ -1,7 +1,7 @@
name: "update Nix packages"
on:
schedule:
- cron: '53 18 * * 1' # AEST 4:53 am
- cron: '53 18 * * 0-4' # AEST 4:53 am
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 3c2d3de

Please sign in to comment.