Skip to content

Cherry pick PR #3088: Enable black box tests. (#3137) #79

Cherry pick PR #3088: Enable black box tests. (#3137)

Cherry pick PR #3088: Enable black box tests. (#3137) #79

name: stub_25.lts.1+
on:
pull_request:
types: [opened, reopened, synchronize, labeled]
branches:
- '25.lts.1\+'
push:
branches:
- '25.lts.1\+'
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: ${{ github.event.inputs.nightly }}
leak_manifest_filename: "gn_built_docker_debian11_manifest"