Cherry pick PR #3219: Add missing build dependency on Starboard heade… #350
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: win32_25.lts.1+ | |
on: | |
pull_request: | |
types: [opened, reopened, synchronize, labeled] | |
branches: | |
- '25.lts.1\+' | |
push: | |
branches: | |
- '25.lts.1\+' | |
schedule: | |
# GTM timezone. | |
- cron: '0 9 * * *' | |
workflow_dispatch: | |
inputs: | |
nightly: | |
description: 'Nightly workflow.' | |
required: true | |
type: boolean | |
default: false | |
jobs: | |
win32: | |
uses: ./.github/workflows/main_win.yaml | |
permissions: | |
packages: write | |
pull-requests: write | |
with: | |
platform: win32 | |
nightly: ${{ github.event.inputs.nightly }} |