Skip to content

Commit dc99c42

Browse files
chore(ci): e2e tests will run after publish @W-19756811@ (#350)
Co-authored-by: Cristian Dominguez <[email protected]>
1 parent b3b9adc commit dc99c42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-mcp-server.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ jobs:
225225

226226
e2e-test:
227227
needs: [publish-server]
228+
# Known GHA quirk: If a single job is skipped, all subsequent jobs require an explicit `if` clause
229+
if: always() && needs.publish-server.result == 'success'
228230
strategy:
229231
matrix:
230232
os: [ubuntu-latest, windows-latest]

0 commit comments

Comments
 (0)