From 84ce5b0d69e4ac2060e50f2fa29d8a35cb74c7b8 Mon Sep 17 00:00:00 2001 From: Theodlz Date: Thu, 19 Sep 2024 06:12:44 -0700 Subject: [PATCH] add the schedule back in --- .github/workflows/continous_integration.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/continous_integration.yml b/.github/workflows/continous_integration.yml index 07db9b5..b8d54f1 100644 --- a/.github/workflows/continous_integration.yml +++ b/.github/workflows/continous_integration.yml @@ -9,6 +9,10 @@ on: pull_request: merge_group: + # run the pipeline on the 0th minute of the 0th hour of day 1 and 15 every month + schedule: + - cron: '0 0 1,15 * *' + # Allows you to run this workflow manually from the Actions tab workflow_dispatch: