From 2a53fc18eae9f9dde665eb4372c307b5dc4d3b8d Mon Sep 17 00:00:00 2001 From: Kelvin <26215587+zktuong@users.noreply.github.com> Date: Tue, 8 Nov 2022 20:15:36 +0000 Subject: [PATCH] add cron for container --- .github/workflows/singularity_container-install.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/singularity_container-install.yml b/.github/workflows/singularity_container-install.yml index 16554600a..558089a47 100644 --- a/.github/workflows/singularity_container-install.yml +++ b/.github/workflows/singularity_container-install.yml @@ -3,11 +3,14 @@ on: push: branches: - master - # Do the builds on all pull requests (to test them) pull_request: branches: - "*" + schedule: + # every Sunday at 0:00 + - cron: '0 0 * * 0' + jobs: changes: name: Checking changed files