diff --git a/.github/workflows/nightly_ci_build.yml b/.github/workflows/nightly_ci_build.yml index 5dfe4872..8bc45bba 100644 --- a/.github/workflows/nightly_ci_build.yml +++ b/.github/workflows/nightly_ci_build.yml @@ -1,13 +1,13 @@ name: CLI CI on: - # 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] + 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