Skip to content

Commit

Permalink
Run tests on main branch monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
gchazot authored Feb 23, 2024
1 parent cfa569d commit f83bb20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Run tests

on: [push]
on:
push:
schedule:
# Every 13th and 28th of the month at 07:42
- cron: '42 7 13,28 * *'

jobs:
tests:
Expand Down

0 comments on commit f83bb20

Please sign in to comment.