From 36a379f05b007952de5598d3c02f28395b1782d5 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 09:30:25 +0000 Subject: [PATCH] Update instance repo from cookiecutter template --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 790cdd3..263bbf8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,6 +5,8 @@ on: branches: [main] pull_request: branches: [main] + schedule: + - cron: "0 5 1,15 * *" concurrency: group: ${{ github.workflow }}-${{ github.ref }}