Skip to content

Commit

Permalink
also run CI when a PR gets a review request
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Aug 18, 2023
1 parent f544a3f commit 80fd6d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
# 5:23 am UTC (11:23pm MDT the day before) every weekday night in MDT
- cron: '23 5 * * 2-6'
pull_request:
types: [review_requested]

env:
# This env var should enforce develop branch of all dependencies
Expand Down

0 comments on commit 80fd6d8

Please sign in to comment.