Skip to content

Commit 806777b

Browse files
committed
run test workflow on schedule
1 parent bf4fecb commit 806777b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
paths:
1212
- '**.py'
1313
workflow_dispatch:
14+
schedule:
15+
- cron: '0 8 * * 1'
1416

1517
jobs:
1618
pytest:

0 commit comments

Comments
 (0)