From 8ce75dba3d687ba727cdfd3512d7b4ee81c2c959 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Fri, 26 Apr 2024 14:04:13 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Run=20wheel=20builder=20on=20sch?= =?UTF-8?q?edule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a25fd16..0cc5d68 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -5,6 +5,8 @@ on: release: types: - published + schedule: + - cron: '0 0 * * 1' concurrency: group: ${{ github.workflow }}-${{ github.ref }}