Skip to content

Commit 856db6c

Browse files
committed
fix: add react-vite/vanilla to CI matrix and correct workflow self-reference
- Add react-vite/vanilla scenario to PR-gate workflow matrix (Ring 1) - Fix paths trigger to reference correct workflow filename
1 parent 9bec9ba commit 856db6c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/evals-pr-scenarios.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
- 'skills/integration/**'
2121
- 'evals/**'
2222
- 'package.json'
23-
- '.github/workflows/evals-pr.yml'
23+
- '.github/workflows/evals-pr-scenarios.yml'
2424

2525
# Run-once-per-ref semantics: a new push to the PR cancels the prior
2626
# run. PR-gate evals are deterministic against golden replays today,
@@ -58,6 +58,7 @@ jobs:
5858
# logic).
5959
scenario:
6060
- nextjs-app-router/vanilla
61+
- react-vite/vanilla
6162
steps:
6263
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
6364
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0

0 commit comments

Comments
 (0)