Skip to content

Introduce MTUCustomizer feature gate to phase out MTU customization #3253

Introduce MTUCustomizer feature gate to phase out MTU customization

Introduce MTUCustomizer feature gate to phase out MTU customization #3253

Workflow file for this run

name: Build
on:
merge_group:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
pull_request_target:
types:
- labeled
push:
branches:
- 'master'
- 'release-*'
workflow_dispatch:
jobs:
build:
if: ${{ github.event_name != 'pull_request_target' || (github.event_name == 'pull_request_target' && github.event.label.name == vars.DEFAULT_LABEL_OK_TO_TEST && vars.DEFAULT_LABEL_OK_TO_TEST != '') }}
uses: ./.github/workflows/build.yaml
with:
mode: snapshot
permissions:
contents: read
packages: write
id-token: write
pull-requests: write
component-descriptor:
if: ${{ github.event_name != 'pull_request_target' || (github.event_name == 'pull_request_target' && github.event.label.name == vars.DEFAULT_LABEL_OK_TO_TEST && vars.DEFAULT_LABEL_OK_TO_TEST != '') }}
uses: gardener/cc-utils/.github/workflows/post-build.yaml@master
needs:
- build
permissions:
id-token: write
contents: write