From be9c9ce2d9ddadde9ec8cd1a66c7c34c06054cba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darko=20Luki=C4=87?= Date: Wed, 25 Dec 2024 23:45:34 +0100 Subject: [PATCH] Disable automatic controller syncs (#1020) * Disable automatic controller syncs * delete comments --- .github/workflows/libcontroller_updater.yml | 3 +-- .github/workflows/sync_master_to_develop.yml | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/libcontroller_updater.yml b/.github/workflows/libcontroller_updater.yml index 085bf33aa..7e5cba83d 100644 --- a/.github/workflows/libcontroller_updater.yml +++ b/.github/workflows/libcontroller_updater.yml @@ -1,8 +1,7 @@ name: Libcontroller Updater on: - schedule: - - cron: '0 04 * * *' + workflow_dispatch: jobs: automatic-libcontroller-sync: diff --git a/.github/workflows/sync_master_to_develop.yml b/.github/workflows/sync_master_to_develop.yml index 8017b5151..ff4f5001d 100644 --- a/.github/workflows/sync_master_to_develop.yml +++ b/.github/workflows/sync_master_to_develop.yml @@ -3,9 +3,6 @@ name: Branch synchronizer on: workflow_dispatch: - # schedule: - # - cron: '0 04 * * *' - jobs: sync-develop-with-master: runs-on: ubuntu-latest