From 3667d52beadd3dc1d9f05105735ae7fbbf7fabcb Mon Sep 17 00:00:00 2001 From: FichteFoll Date: Sun, 12 Jan 2025 16:43:04 +0100 Subject: [PATCH] Run tests on a weekly schedule Also allow manual workflow dispatches. Pull requests and pushes still create each job twice for a push to an open pull request within the same repo, but fixing that is non-trivial and I frankly don't care enough. --- .github/workflows/test.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e54c1b3..68044bf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,11 @@ name: Tests -on: [push, pull_request] +on: + push: + pull_request: + schedule: + - cron: "* 0 * * SAT" + workflow_dispatch: jobs: no_defpkg: