From 28437ca0c5f695778389e2288d69b09d5cef4e41 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Wed, 29 Apr 2026 16:37:05 -0700 Subject: [PATCH] Enable pull_request trigger for nightly builds Enable nightly build workflow for pull requests. --- .github/workflows/build-tutorials-nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-tutorials-nightly.yml b/.github/workflows/build-tutorials-nightly.yml index 57aff644a88..3bcc7d8f9d4 100644 --- a/.github/workflows/build-tutorials-nightly.yml +++ b/.github/workflows/build-tutorials-nightly.yml @@ -15,7 +15,7 @@ name: Build tutorials (nightly/test) # download the binaries in .jenkins/build.sh. on: # Only main branch for now. Uncomment the below line to enable it on PRs. - # pull_request: + pull_request: # Comment out the below line to disable on the main branch push: