diff --git a/.forgejo/workflows/npins-update.yaml b/.forgejo/workflows/npins-update.yaml index bdf3a39..d1d5c43 100644 --- a/.forgejo/workflows/npins-update.yaml +++ b/.forgejo/workflows/npins-update.yaml @@ -908,4 +908,4 @@ jobs: name: Update dependencies on: schedule: - - cron: 5 16 * * 6 + - cron: 15 12 * * * diff --git a/workflows/npins-update.nix b/workflows/npins-update.nix index 9d9d69f..bbad010 100644 --- a/workflows/npins-update.nix +++ b/workflows/npins-update.nix @@ -15,8 +15,8 @@ in { name = "Update dependencies"; on.schedule = [ - # Run every saturday - { cron = "5 16 * * 6"; } + # Run every 24h + { cron = "15 12 * * *"; } ]; # Global environment, necessary for rebases and commits