From 2875e9ebf973d1464a3a3b03ee2bbc4b6100c38a Mon Sep 17 00:00:00 2001 From: Christian Tosta Date: Sun, 18 May 2025 04:43:19 -0300 Subject: [PATCH] Changed 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: