From b80eee1bc36efa029dd394befd9f85658be01a36 Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Wed, 11 Dec 2024 10:05:44 -0700 Subject: [PATCH] Remove schedule for combine-prs until it's working properley --- .github/workflows/ci-combine-bot-prs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-combine-bot-prs.yml b/.github/workflows/ci-combine-bot-prs.yml index 6e31b84..189fd12 100644 --- a/.github/workflows/ci-combine-bot-prs.yml +++ b/.github/workflows/ci-combine-bot-prs.yml @@ -1,8 +1,6 @@ name: Combine Bot PRs on: - schedule: - - cron: '0 4 * * *' workflow_dispatch: # The minimum permissions required to run this Action