From c2db142f2d1226fcb86967b111cb95feed586bbc Mon Sep 17 00:00:00 2001 From: Ben Grande Date: Wed, 29 May 2024 19:39:26 +0200 Subject: [PATCH] ci: enforce to run only on schedule --- .github/workflows/cron.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/cron.yaml b/.github/workflows/cron.yaml index e95eae5f..903524ff 100644 --- a/.github/workflows/cron.yaml +++ b/.github/workflows/cron.yaml @@ -7,17 +7,6 @@ name: Cron # yamllint disable-line rule:truthy on: - # yamllint disable-line rule:empty-values - push: - branches: - - main - pull_request: - branches: - - main - types: - - opened - - reopened - - synchronize schedule: - cron: "0 0 1,15 * *"