Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

CI (scheduled)

CI (scheduled) #11

Workflow file for this run

name: CI (scheduled)
on:
schedule:
- cron: 0 14 * * 0 # Sunday 2PM UTC = Monday 12AM AEST
jobs:
CI:
name: CI
uses: ./.github/workflows/ci.yml
secrets: inherit
with:
publish-coverage: false