From f57fb5d1d6ef269f64b3763ed426dd93d74ea771 Mon Sep 17 00:00:00 2001 From: Timo Kruth Date: Thu, 5 Mar 2026 14:14:28 +0100 Subject: [PATCH] ci: disable automatic triggers for build and helm workflows --- .github/workflows/build.yml | 6 +----- .github/workflows/helm.yml | 6 ------ 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c0d613c2..b1b9e7a52 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,11 +1,7 @@ name: Build + Publish on: - push: - branches: - - main - tags: - - 'v*' + workflow_dispatch: env: BASE_DEV_VERSION: 2.5.0 diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 9543c0762..43d0c1ff9 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -1,12 +1,6 @@ name: Helm Chart CI on: - # Triggers the workflow on push or pull request events but only for the dev branch - push: - branches: [ main ] - paths: [ dev/helm/** ] - - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: