From ea98f6b8b3351de473e070d8fb59ad10f2610185 Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Fri, 27 Jun 2025 16:10:23 -0400 Subject: [PATCH 1/2] chore: run CI tests from the Github UI --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 748ddcd30..22a142373 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,6 +5,7 @@ on: branches: - main pull_request: + workflow_dispatch: schedule: - cron: "0 0 * * *" From 5c723eeed0bde2fe8d5ccb67e4b79661d25d1522 Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Fri, 27 Jun 2025 16:17:03 -0400 Subject: [PATCH 2/2] abcdefg --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 22a142373..3b396b201 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,9 +5,9 @@ on: branches: - main pull_request: - workflow_dispatch: schedule: - cron: "0 0 * * *" + workflow_dispatch: jobs: build: