Skip to content

Commit

Permalink
Update LF landscape build workflow (#129)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
  • Loading branch information
tegioz authored Nov 7, 2024
1 parent fe44a0f commit be46ee9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/lf-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,11 @@ on:
schedule:
- cron: "0 5 * * *"
workflow_dispatch:
inputs:
runner:
description: "Runner"
type: string
required: false
default: ubuntu-latest-16-cores

jobs:
build-landscape:
uses: cncf/landscape2-sites/.github/workflows/build-and-deploy.yml@main
with:
foundation: lf
repository: jmertic/lf-landscape
runner: ${{ github.event.inputs.runner }}
secrets: inherit

0 comments on commit be46ee9

Please sign in to comment.