From d2629bc7b0501cbc92f96d334ba50a75b82e3843 Mon Sep 17 00:00:00 2001 From: JannisNe Date: Thu, 25 Jul 2024 16:31:33 +0200 Subject: [PATCH] disable monthly CI run --- .github/workflows/continous_integration.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/continous_integration.yml b/.github/workflows/continous_integration.yml index b419700..4936756 100644 --- a/.github/workflows/continous_integration.yml +++ b/.github/workflows/continous_integration.yml @@ -12,9 +12,6 @@ on: pull_request: branches: - '*' - # run the pipeline on the 0th minute of the 0th hour of day 1 and 15 every month - schedule: - - cron: '0 0 1 * *' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: