Run CI test job once per month
All checks were successful
Test / pytest (push) Successful in 18s

This commit is contained in:
polyfloyd 2025-03-23 14:41:30 +01:00
parent 48d08f6eaa
commit a13bfa52e7

View file

@ -7,7 +7,8 @@ on:
pull_request:
branches:
- main
workflow_call:
schedule:
- cron: '0 0 1 * *' # Monthly
env: