From 3c6f0c263303a9be629c47822e06a33a477ba395 Mon Sep 17 00:00:00 2001 From: Kostas Stamatakis Date: Thu, 29 May 2025 13:31:56 +0300 Subject: [PATCH] Disable cloudbeat version sync workflow (#3309) disable sync cloudbeat version workflow (cherry picked from commit b77a83acb26af011934caa2b965eefdf24d3963f) --- .github/workflows/sync-internal-cloudbeat-version.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sync-internal-cloudbeat-version.yml b/.github/workflows/sync-internal-cloudbeat-version.yml index b5f6c396d0..794b69a8bc 100644 --- a/.github/workflows/sync-internal-cloudbeat-version.yml +++ b/.github/workflows/sync-internal-cloudbeat-version.yml @@ -1,10 +1,11 @@ name: Sync Cloudbeat Versions on release # Makes sure all cloudbeat versions are updated with release branches on: - push: - branches: - # matches branches pushed by elasticmachine, e.g. "update-version-next-8.15.3" - - 'update-version-next-*' + # push: + # branches: + # # matches branches pushed by elasticmachine, e.g. "update-version-next-8.15.3" + # - 'update-version-next-*' + workflow_dispatch: {} jobs: synchronize-versions: