From 0bc33455bd8bd6b72ca977e16f50c390c24215d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Eertmans?= Date: Fri, 23 Aug 2024 14:33:28 +0200 Subject: [PATCH] chore(ci): run every month --- .github/workflows/build_exercises.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_exercises.yml b/.github/workflows/build_exercises.yml index 41679fe..959f86e 100644 --- a/.github/workflows/build_exercises.yml +++ b/.github/workflows/build_exercises.yml @@ -5,6 +5,8 @@ on: - .github/workflows/build_exercises.yml - exercises/** workflow_dispatch: + schedule: + - cron: "0 0 1 * *" jobs: