diff --git a/.github/workflows/ci-node-library-scheduled.yml b/.github/workflows/ci-node-library-scheduled.yml new file mode 100644 index 0000000..cdfd5d3 --- /dev/null +++ b/.github/workflows/ci-node-library-scheduled.yml @@ -0,0 +1,14 @@ +# 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