From be46ee9ffb65b122d6c2847a1058eefc72abc33e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Casta=C3=B1o=20Arteaga?= Date: Thu, 7 Nov 2024 18:58:46 +0100 Subject: [PATCH] Update LF landscape build workflow (#129) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sergio CastaƱo Arteaga --- .github/workflows/lf-build-and-deploy.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/lf-build-and-deploy.yml b/.github/workflows/lf-build-and-deploy.yml index 237a877..4f7c2cc 100644 --- a/.github/workflows/lf-build-and-deploy.yml +++ b/.github/workflows/lf-build-and-deploy.yml @@ -4,12 +4,6 @@ on: schedule: - cron: "0 5 * * *" workflow_dispatch: - inputs: - runner: - description: "Runner" - type: string - required: false - default: ubuntu-latest-16-cores jobs: build-landscape: @@ -17,5 +11,4 @@ jobs: with: foundation: lf repository: jmertic/lf-landscape - runner: ${{ github.event.inputs.runner }} secrets: inherit