Cherry pick PR #969: [XB1] expand resolution of VP9 playback to 4K on Xbox One X #549
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: raspi-2_24.lts.1+ | |
on: | |
pull_request: | |
types: [ready_for_review, opened, reopened, synchronize, labeled] | |
branches: | |
- '24.lts.1\+' | |
push: | |
branches: | |
- '24.lts.1\+' | |
schedule: | |
# GMT timezone. | |
- cron: '0 4 * * *' | |
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 }} |