From 88e27198b1543471bd55d76fe4d41d7de9ace257 Mon Sep 17 00:00:00 2001 From: ju1ius Date: Tue, 5 Sep 2023 02:21:15 +0200 Subject: [PATCH] [ci] removes workflow schedule So that github doesn't block it when inactive --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90b459a..e2c3426 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,6 @@ on: branches: - main pull_request: - schedule: - - cron: '0 0 * * MON' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}