From e4e39cdcd4ccad1bd7246a893cabe45bfa2761e8 Mon Sep 17 00:00:00 2001 From: Mauro Ezequiel Moltrasio Date: Fri, 30 Jan 2026 10:38:41 +0100 Subject: [PATCH] chore(ci): stop running CI workflows on konflux branches This was needed for the branch strategy for merging PRs, since we moved to PR merging, we don't need this anymore. --- .github/workflows/ci.yml | 1 - .github/workflows/konflux-tests.yml | 1 - .tekton/fact-build.yaml | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f774af..9d55dda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,6 @@ on: branches: - main - release-* - - konflux/** tags: - '*' pull_request: diff --git a/.github/workflows/konflux-tests.yml b/.github/workflows/konflux-tests.yml index 68933bb..f341557 100644 --- a/.github/workflows/konflux-tests.yml +++ b/.github/workflows/konflux-tests.yml @@ -5,7 +5,6 @@ on: branches: - main - release-* - - konflux/** tags: - '*' pull_request: diff --git a/.tekton/fact-build.yaml b/.tekton/fact-build.yaml index 61e5b1b..18d0c80 100644 --- a/.tekton/fact-build.yaml +++ b/.tekton/fact-build.yaml @@ -10,7 +10,7 @@ metadata: pipelinesascode.tekton.dev/max-keep-runs: "500" pipelinesascode.tekton.dev/on-cel-expression: | (event == "pull_request" && body.action != "ready_for_review") || ( - event == "push" && target_branch.matches("^(main|release-.*|refs/tags/.*|konflux/.*)$") + event == "push" && target_branch.matches("^(main|release-.*|refs/tags/.*)$") ) labels: appstudio.openshift.io/application: acs