Skip to content

CI (scheduled)

CI (scheduled) #7

# DO NOT EDIT - This file is managed by ezzatron/repos.
name: CI (scheduled)
on:
schedule:
- cron: 0 14 * * 0 # Sunday 2PM UTC = Monday 12AM AEST
jobs:
ci:
name: Ezzatron
uses: ezzatron/repos/.github/workflows/shared-ci-node-library.yml@main
secrets: inherit
with:
isScheduled: true