diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 8eba61a..d407c5c 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -3,7 +3,8 @@ name: Flake Update / Build on: workflow_dispatch: schedule: - - cron: 0 0 * * * + # At minute 0 on Monday, Wednesday, and Friday. + - cron: 0 * * * 1,3,5 permissions: contents: write