diff --git a/.github/workflows/continous_integration.yml b/.github/workflows/continous_integration.yml index b8d54f1..07db9b5 100644 --- a/.github/workflows/continous_integration.yml +++ b/.github/workflows/continous_integration.yml @@ -9,10 +9,6 @@ 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: