From 547bd07ed00856861900236d890e22f18cb2e586 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 21 Apr 2024 11:01:51 -0400 Subject: [PATCH] does flake updates every day at noon Since we have Hydra set up now for the flake update branch, this will let us see if we can upgrade safely, as well as pushing more artifacts into the cache. Signed-off-by: ahuston-0 --- .github/workflows/flake-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flake-update.yml b/.github/workflows/flake-update.yml index 1b3c3cd..c789108 100644 --- a/.github/workflows/flake-update.yml +++ b/.github/workflows/flake-update.yml @@ -3,7 +3,7 @@ on: repository_dispatch: workflow_dispatch: schedule: - - cron: "51 2 * * 1,4" + - cron: "00 12 * * *" jobs: createPullRequest: runs-on: ubuntu-latest