Skip to content

Build Landscape from LFX #447

Build Landscape from LFX

Build Landscape from LFX #447

Workflow file for this run

name: Build Landscape from LFX
on:
workflow_dispatch:
schedule:
- cron: "0 11 * * *"
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: jmertic/lfx-landscape-tools@d34c5300ea55dae32df9fac122a924d2f85fbb87 # 20260415
with:
project_processing: skip
env:
token: ${{ secrets.PAT }}
repository: ${{ github.repository }}
ref: ${{ github.ref }}