From 1ac180287f78a778308a2546639095a2adab406d Mon Sep 17 00:00:00 2001 From: Nathan Moore Date: Tue, 15 Aug 2023 11:19:32 -0600 Subject: [PATCH] also run CI when a PR gets a review request (#266) --- .github/workflows/nightly_ci_build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nightly_ci_build.yml b/.github/workflows/nightly_ci_build.yml index 250102c..727ebca 100644 --- a/.github/workflows/nightly_ci_build.yml +++ b/.github/workflows/nightly_ci_build.yml @@ -7,6 +7,8 @@ on: # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule # 5 am UTC (11pm MDT the day before) every weekday night in MDT - cron: '21 5 * * 2-6' + pull_request: + types: [review_requested] env: # This env var should enforce develop branch of all dependencies