Skip to content

Commit 2a8b0ba

Browse files
committed
add schedule for pytests workflow
1 parent 8962612 commit 2a8b0ba

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Tests
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
# Every Monday at 7AM UTC
8+
- cron: '0 07 * * 1'
9+
410

511
jobs:
612
ubuntu:

0 commit comments

Comments
 (0)