From e73878a7f9ba48c0e69c09261ed7e4929ff89595 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Fri, 28 Feb 2025 19:18:06 +0100 Subject: [PATCH] build: Run CI once a week --- .github/workflows/ant.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index ab333ab..68a8f9b 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -1,6 +1,10 @@ name: Java CI -on: [push, pull_request] +on: + schedule: + - cron: '42 0 * * 4' + push: + pull_request: jobs: build: