File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 1- # SPDX-FileCopyrightText: 2025 Intel Corporation
1+ # SPDX-FileCopyrightText: 2026 Intel Corporation
22#
33# SPDX-License-Identifier: Apache-2.0
4+ ---
45
56name : Test Migration
67
78on :
89 # Allow manually triggering the workflow
9- workflow_dispatch : {}
10+ workflow_dispatch :
1011 # Run on all commits that are pushed to all branches
1112 push :
1213 branches :
2425 # Trigger workflow when enqueued to a merge group
2526 merge_group :
2627
27- permissions : {}
28+ permissions :
29+ contents : read
30+ checks : read
2831
2932jobs :
3033 test-charts-available :
8083 - name : Setup asdf and install dependencies
8184 uses : open-edge-platform/orch-utils/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
8285
86+ - name : Inject default commonName for nginx-ingress-pxe-boots
87+ run : |
88+ mkdir -p _appimg_4289486928.tmp
89+ echo "commonName: nginx-ingress.local" >> _appimg_4289486928.tmp/values.yaml
90+
8391 - name : Run test
8492 run : mage test:ContainersAvailableOnReleaseService true
You can’t perform that action at this time.
0 commit comments