From 6322399a3f39aab150367c055f9b3488aa65a951 Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Tue, 31 Oct 2023 21:49:11 -0600 Subject: [PATCH] chore(ci): Push back to 4:40 PM UTC --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 59deaa0e..e151891c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ name: Build Bazzite on: schedule: - - cron: '15 16 * * 2,5' # 16:15 utc tues thurs + - cron: '40 16 * * 2,5' # 16:40 utc tues thurs pull_request: branches: - main