From abf6239e67433541ddfd9ea3362af3c033556bd4 Mon Sep 17 00:00:00 2001 From: rverdile Date: Wed, 4 Sep 2024 11:43:39 -0400 Subject: [PATCH] automate build with cron --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c53489..16df379 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,6 +2,8 @@ name: Update candlepin binding if new release on: push: workflow_dispatch: + schedule: + - cron: "0 7 * * *" jobs: CheckLatestVersionAndRun: timeout-minutes: 10