From c7426f9427e3f463d8b1d2e0972d151b76a05b66 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Tue, 6 Feb 2024 09:32:31 -0800 Subject: [PATCH] misc: Add 'workflow_dispatch' to daily tests (#850) This allows us to manually trigger daily test runs rather than wait for the scheduled time. This can be useful in cases where a fix for a broken test is pushed and we wish to verify it works as intended ASAP. --- .github/workflows/daily-tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/daily-tests.yaml b/.github/workflows/daily-tests.yaml index 2ee66fd724..95035d4296 100644 --- a/.github/workflows/daily-tests.yaml +++ b/.github/workflows/daily-tests.yaml @@ -7,6 +7,8 @@ on: # Runs every day from 7AM UTC schedule: - cron: 0 7 * * * + # Allows us to manually start workflow for testing + workflow_dispatch: jobs: name-artifacts: