Skip to content

Commit

Permalink
run CI on push, not only on review_requested
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Oct 3, 2024
1 parent ec5fb4e commit 7cf86c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nightly_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ name: CLI CI
on:
workflow_dispatch:
# Run on demand and weeknights
# push:
push:
schedule:
# # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
# # 5:24 am UTC (11:24pm MDT the day before) every weekday night in MDT
- cron: '24 5 * * 2-6'
pull_request:
types: [review_requested]

env:
# Favor_Local_Gems enforces develop branch of all Ruby dependencies
Expand Down

0 comments on commit 7cf86c4

Please sign in to comment.