From 39ab7ca3f971da3378c8c7d2783daab2428229ee Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Wed, 31 Jan 2024 12:49:06 +0100 Subject: [PATCH] CI: Run once a week Run the CI once a week to check everything keeps working as environments get updated, new Python version and packages get released, etc. Once a build fails, we only have to check what changed in the past week instead of the past 6+ months. --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 318191a..2811292 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,6 +4,8 @@ on: push: pull_request: workflow_dispatch: + schedule: + - cron: '0 6 * * 1' env: LIBERICA_URL: https://download.bell-sw.com/java/17.0.5+8/bellsoft-jdk17.0.5+8-linux-amd64-full.tar.gz