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