Skip to content

Commit

Permalink
also run CI when a PR gets a review request (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Aug 21, 2023
1 parent d2f5ad2 commit 98c32b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,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 98c32b3

Please sign in to comment.