Skip to content

Commit

Permalink
[chore] Run test every week to notice problems caused by latest depen…
Browse files Browse the repository at this point in the history
…dencies
  • Loading branch information
ftnext committed Jul 4, 2024
1 parent 57db12c commit ac25d29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Run tests

on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: '0 9 * * 1'

jobs:
tests:
Expand Down

0 comments on commit ac25d29

Please sign in to comment.