From f3ee88425741530fe304ff7ca461638225fcb63a Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 20 Feb 2024 18:52:06 +0100 Subject: [PATCH] ci: schedule test runs twice a week --- .github/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 74195ca5..eb38bd6b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -21,6 +21,9 @@ on: branches-ignore: - "dependabot/**" - "pre-commit-ci-update-config" + schedule: + # Run at 05:00 on monday and thursday, ref: https://crontab.guru/#0_5_*_*_1,4 + - cron: "0 5 * * 1,4" workflow_dispatch: env: