Skip to content

Commit 9a46394

Browse files
authored
Exclude unsupported image scenarios for Oryx (#1209)
* Update test-pr.yaml * Update test-pr.yaml for Oryx feature
1 parent 2951f04 commit 9a46394

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-pr.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ jobs:
5757
"mcr.microsoft.com/devcontainers/base:debian",
5858
"mcr.microsoft.com/devcontainers/base:noble"
5959
]
60+
exclude:
61+
- features: oryx
62+
baseImage: ubuntu:jammy
63+
- features: oryx
64+
baseImage: mcr.microsoft.com/devcontainers/base:ubuntu
6065
steps:
6166
- uses: actions/checkout@v4
6267

0 commit comments

Comments
 (0)