From ac25d29fe4bb812bd15ff3aacb6dc96932f83a2c Mon Sep 17 00:00:00 2001 From: ftnext Date: Thu, 4 Jul 2024 22:32:43 +0900 Subject: [PATCH] [chore] Run test every week to notice problems caused by latest dependencies --- .github/workflows/testing.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 3bf3991..6ff5683 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -1,6 +1,10 @@ name: Run tests -on: [push, pull_request] +on: + push: + pull_request: + schedule: + - cron: '0 9 * * 1' jobs: tests: