From e08e54a41ad65c47f9ecf927d42962c280b06c79 Mon Sep 17 00:00:00 2001 From: Kyle Harding Date: Tue, 19 Dec 2023 14:31:36 -0500 Subject: [PATCH] Remove repo config from flowzone.yml This functionality is being deprecated in Flowzone. See: https://github.com/product-os/flowzone/pull/833 Change-type: patch Signed-off-by: Kyle Harding --- .github/workflows/flowzone.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index e70b729b04fe..9d3259effaab 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -1,6 +1,5 @@ # .github/workflows/flowzone.yml name: Flowzone - on: pull_request: types: [opened, synchronize, closed] @@ -9,7 +8,6 @@ on: pull_request_target: types: [opened, synchronize, closed] branches: [main, master] - jobs: flowzone: name: Flowzone @@ -25,16 +23,10 @@ jobs: ) secrets: inherit with: - repo_config: true - repo_description: "Balena base images" - repo_homepage: https://docs.balena.io/reference/base-images/base-images/#balena-base-images custom_runs_on: > [ + ["self-hosted","X64"] ] - custom_publish_matrix: - all-dockerfiles, - all-bakefiles, - all-workflows, - all-descriptions, - missing-repositories + + custom_publish_matrix: all-dockerfiles, all-bakefiles, all-workflows, all-descriptions, missing-repositories