From 0e02d8b8d154024c569954bbad430bb5e287d003 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 26 Sep 2023 16:18:41 -0700 Subject: [PATCH] CI: reduce master-ci build frequency --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c57a17bbd2..2bb22fecb2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,7 +1,7 @@ name: release on: schedule: - - cron: '0 * * * *' + - cron: '0 10 * * *' workflow_dispatch: jobs: