Skip to content

Commit

Permalink
run CI every week with cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreener64 committed Dec 29, 2020
1 parent 5da121f commit e58f147
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
branches:
- master
tags: '*'
schedule:
- cron: '00 04 * * 1' # 4am every Monday
workflow_dispatch:
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
Expand Down

0 comments on commit e58f147

Please sign in to comment.