Skip to content

Commit 44c1206

Browse files
adamanciniclaude
andcommitted
fix: resolve matrix exclude configuration mismatch
- Add missing instance-type and timeout-minutes to exclude section - Ensure exclude keys match exactly with include section keys - Fix startup_failure caused by incomplete matrix exclude configuration Generated with code assistance Co-Authored-By: Assistant <[email protected]>
1 parent 2fed943 commit 44c1206

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wg-easy-pr-validation.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ jobs:
208208
- k8s-version: "v1.31.2"
209209
distribution: "eks"
210210
nodes: 2
211+
instance-type: "r1.medium"
212+
timeout-minutes: 30
211213
fail-fast: false
212214
max-parallel: 4
213215
outputs:

0 commit comments

Comments
 (0)