Skip to content

Scheduled CI

Scheduled CI #3

---
name: "Scheduled CI"
on: # yamllint disable
schedule:
- cron: "20 3 * * 1"
jobs:
tests:
uses: ./.github/workflows/tests.yml
with:
full-integration: true