Skip to content

Configure XB1 VS2022 Builds in Docker #2299

Configure XB1 VS2022 Builds in Docker

Configure XB1 VS2022 Builds in Docker #2299

Workflow file for this run

name: stub
on:
pull_request:
types: [opened, reopened, synchronize, labeled]
branches:
- main
- feature/*
push:
branches:
- main
- feature/*
workflow_dispatch:
inputs:
nightly:
description: 'Nightly workflow.'
required: true
type: boolean
default: false
jobs:
stub:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: stub
nightly: 'false'
run_api_leak_detector: true
leak_manifest_filename: "gn_built_docker_debian10_manifest"