Skip to content

Commit

Permalink
Update test.yml (#58)
Browse files Browse the repository at this point in the history
Run tests on a schedule
  • Loading branch information
AdrienCorenflos committed May 22, 2024
1 parent 16d9bbd commit af7260b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Run tests

on:
schedule:
- cron: '0 12 * * 3'
push:
branches:
- main
pull_request:


jobs:
test:
Expand Down

0 comments on commit af7260b

Please sign in to comment.