From 98f868287cfce2b6d3d1c92fc0d2924b1887f7f2 Mon Sep 17 00:00:00 2001 From: Christian Tosta Date: Sun, 18 May 2025 04:43:19 -0300 Subject: [PATCH] Changed GH schedule Runs at 1st and 15th day of each month at 4:30am --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7a3440..ea6f488 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: Build and Release CI on: push: schedule: - - cron: '30 3 * * *' + - cron: '30 4 1,15 * *' workflow_dispatch: jobs: