From 04f8a076d3935e79b03f9b2fd7442dfe0cb008b2 Mon Sep 17 00:00:00 2001 From: Jarno Rankinen Date: Thu, 5 Oct 2023 19:43:35 +0300 Subject: [PATCH] Run current build daily --- .github/workflows/current.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/current.yml b/.github/workflows/current.yml index 3674a6d..7be693a 100644 --- a/.github/workflows/current.yml +++ b/.github/workflows/current.yml @@ -13,6 +13,9 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: + schedule: + - cron: "59 23 * * *" + # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build"