Skip to content

Commit

Permalink
also run CI when a PR gets a review request (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate authored Aug 15, 2023
1 parent 03bc548 commit 1ac1802
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 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
Expand Down

0 comments on commit 1ac1802

Please sign in to comment.