From 913ae64425491e7b0eb50265f6feb1156d7bbb2b Mon Sep 17 00:00:00 2001 From: Alho Markku J Date: Mon, 16 Dec 2024 20:28:17 +0200 Subject: [PATCH] Add weekly import test to catch fresh dependency issues (or GitHub Actions changes) --- .github/workflows/test_python.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_python.yml b/.github/workflows/test_python.yml index 887f4179..8c45dd32 100644 --- a/.github/workflows/test_python.yml +++ b/.github/workflows/test_python.yml @@ -8,6 +8,8 @@ on: branches: [ master ] pull_request: branches: [ master ] + schedule: + - cron: '0 8 * * MON' workflow_dispatch: jobs: