From f1aa2e124c46e7da680851760edeb7af3c6a2155 Mon Sep 17 00:00:00 2001 From: coderustic Date: Sat, 11 Jan 2025 09:29:30 -0800 Subject: [PATCH] Trigger integration --- .github/workflows/nightly_regression.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/nightly_regression.yml b/.github/workflows/nightly_regression.yml index b33785e9..04b09f36 100644 --- a/.github/workflows/nightly_regression.yml +++ b/.github/workflows/nightly_regression.yml @@ -3,6 +3,9 @@ name: Nightly Integration Tests # Define the events that will trigger this workflow on: # Schedule the workflow to run nightly at midnight + pull_request: + branches: + - main schedule: - cron: '0 0 * * *' # Allow manual triggering of the workflow