Skip to content

Commit b264e2c

Browse files
committed
TST: Re-run testing weekly. Helps ensure dependency updates don't break OMMBV.
1 parent 07490b0 commit b264e2c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55

66
name: Pytest with Flake8
77

8-
on: [pull_request, push]
8+
on:
9+
pull_request:
10+
push:
11+
schedule:
12+
- cron: "0 3 * * 1" # Runs 03:00 UT on Mondays
913

1014
jobs:
1115
build:

0 commit comments

Comments
 (0)