From 55b969db8a5191ebe807ed1ede9c515e7b6bf47a Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Mon, 6 Mar 2023 23:00:57 +0000 Subject: [PATCH] Allow contributors to manually run tests on their GitHub forks Makes it easier to debug CI issues without creating a PR --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dc2a0fca..38e65c91 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,6 +8,7 @@ on: schedule: # Midnight UTC: - cron: "0 0 * * *" + workflow_dispatch: jobs: