Skip to content

Commit

Permalink
Remove jenkins (#432)
Browse files Browse the repository at this point in the history
* remove jenkinsfile

* change CI to nightly run
  • Loading branch information
vtnate authored Aug 11, 2023
1 parent 34b41b5 commit 5ceebb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly_ci_build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: nightly_build

on:
push:
# schedule:
# 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'
- cron: '24 5 * * 2-6'

env:
# Favor_Local_Gems enforces develop branch of all Ruby dependencies
Expand Down
10 changes: 0 additions & 10 deletions Jenkinsfile

This file was deleted.

0 comments on commit 5ceebb6

Please sign in to comment.