Skip to content

Commit

Permalink
Run tests monthly
Browse files Browse the repository at this point in the history
Adds a schedules test run on gh-actions
  • Loading branch information
julianwachholz committed Oct 1, 2023
1 parent ef8cf4d commit de8f001
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Tests

on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: "0 5 13 * *"

jobs:
test:
Expand Down

0 comments on commit de8f001

Please sign in to comment.