Skip to content

Commit ea268f6

Browse files
authored
Update test-pr.yaml
1 parent 2951f04 commit ea268f6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test-pr.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "PR - Test Updated Features"
22
on:
3-
pull_request:
3+
workflow_dispatch:
44

55
jobs:
66
detect-changes:
@@ -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)