From b1aa97e7bc5d3faba68ec8603c9811740ee17d69 Mon Sep 17 00:00:00 2001 From: Comminutus Date: Tue, 1 Oct 2024 10:50:32 -0400 Subject: [PATCH] Change time of CI build --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 38474a6..5fe9027 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,7 @@ name: CI on: schedule: - - cron: 0 12 * * * + - cron: 0 18 * * * push: branches: - master