Skip to content

Commit

Permalink
Ci tweaks (#186)
Browse files Browse the repository at this point in the history
* also run CI when a PR gets a review request

* remove deprecated ci config file

* remove Jenkinsfile
  • Loading branch information
vtnate authored Aug 21, 2023
1 parent 49f24e3 commit b8f8504
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 67 deletions.
57 changes: 0 additions & 57 deletions .github/workflows/nightly_ci_build.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/weekly_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: '* 5 * * 0'
pull_request:
types: [review_requested]

env:
# This env var should enforce develop branch of all dependencies
Expand Down
10 changes: 0 additions & 10 deletions Jenkinsfile

This file was deleted.

0 comments on commit b8f8504

Please sign in to comment.