Skip to content

[media] Make HDR10+ side data type explicit (#3224) #12194

[media] Make HDR10+ side data type explicit (#3224)

[media] Make HDR10+ side data type explicit (#3224) #12194

Workflow file for this run

name: raspi-2
on:
pull_request:
types: [opened, reopened, synchronize, labeled]
branches:
- main
- feature/*
push:
branches:
- main
- feature/*
schedule:
# GMT timezone.
- cron: '0 9 * * *'
workflow_dispatch:
inputs:
nightly:
description: 'Nightly workflow.'
required: true
type: boolean
default: false
jobs:
raspi-2:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: raspi-2
nightly: ${{ github.event.inputs.nightly }}
raspi-2-skia:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: raspi-2-skia
nightly: ${{ github.event.inputs.nightly }}