Skip to content

raspi-2_19.lts.1+

raspi-2_19.lts.1+ #498

name: raspi-2_19.lts.1+
on:
pull_request:
types: [ready_for_review, opened, reopened, synchronize, labeled]
branches:
- '19.lts.1\+'
push:
branches:
- '19.lts.1\+'
workflow_dispatch:
inputs:
nightly:
description: 'Nightly workflow.'
required: true
type: boolean
default: false
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
raspi-2:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: raspi-2
nightly: ${{ github.event.inputs.nightly }}