From 19b3b97714a621ce818d98356d45dd1bf39e9462 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 3 Nov 2024 19:22:22 +0100 Subject: [PATCH] fix(clustertool): ensure CI pipelines work --- .../generic/root/DOTREPLACEgithub/workflows/automerge.yaml | 3 +-- .../generic/root/DOTREPLACEgithub/workflows/placeholder.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/clustertool/embed/generic/root/DOTREPLACEgithub/workflows/automerge.yaml b/clustertool/embed/generic/root/DOTREPLACEgithub/workflows/automerge.yaml index 9467497248f8..ba3804e8ff43 100644 --- a/clustertool/embed/generic/root/DOTREPLACEgithub/workflows/automerge.yaml +++ b/clustertool/embed/generic/root/DOTREPLACEgithub/workflows/automerge.yaml @@ -2,8 +2,7 @@ name: Automerge and Approve on: workflow_run: - # If you want to filter based on a specific finisher workflow, add here - # workflows: ["Pull Request: Validate"] # Name of the main CI workflow + workflows: ["Placeholder"] # Name of the main CI workflow types: - completed diff --git a/clustertool/embed/generic/root/DOTREPLACEgithub/workflows/placeholder.yaml b/clustertool/embed/generic/root/DOTREPLACEgithub/workflows/placeholder.yaml index 91bd26c7a405..03166129ceca 100644 --- a/clustertool/embed/generic/root/DOTREPLACEgithub/workflows/placeholder.yaml +++ b/clustertool/embed/generic/root/DOTREPLACEgithub/workflows/placeholder.yaml @@ -1,4 +1,4 @@ -name: "Pull Request: Validate" +name: "Placeholder" on: pull_request: