Cherry pick PR #3939: Print an error message and return instead of cr… #817
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_23.lts.1+ | |
on: | |
pull_request: | |
types: [ready_for_review, opened, reopened, synchronize, labeled] | |
branches: | |
- '23.lts.1\+' | |
push: | |
branches: | |
- '23.lts.1\+' | |
schedule: | |
- cron: '0 4 * * *' | |
workflow_dispatch: | |
inputs: | |
nightly: | |
description: 'Nightly workflow.' | |
required: true | |
type: boolean | |
default: false | |
jobs: | |
win: | |
uses: ./.github/workflows/main_win.yaml | |
permissions: | |
packages: write | |
pull-requests: write | |
with: | |
platform: win32 | |
nightly: ${{ github.event.inputs.nightly }} |