Skip to content

Commit

Permalink
Run CI tests every Monday (#115)
Browse files Browse the repository at this point in the history
Make sure we stay up-to-date as dependencies push new versions
  • Loading branch information
WardLT authored Oct 20, 2023
1 parent bb70385 commit e874901
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI

on: [push]
on:
push:
schedule:
- cron: '0 12 * * 1'

jobs:
build-linux:
Expand Down

0 comments on commit e874901

Please sign in to comment.