From 379a583c7e76ba7086011b27ba40241c0bc36c5f Mon Sep 17 00:00:00 2001 From: "ezzatron-repo-manager[bot]" <147964005+ezzatron-repo-manager[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 05:56:45 +0000 Subject: [PATCH] Update "CI (scheduled)" GHA workflow --- .github/workflows/ci-node-library-scheduled.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/ci-node-library-scheduled.yml 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