Skip to content

Commit a7ef218

Browse files
committed
fix: ci-fresh-install — workflow_dispatch only
This CI tests xlings-distributed mcpp (not the PR's code), so it will fail until fixes are released to the xlings mcpp package. Change to manual trigger only — run after a release to verify the real end-to-end user experience.
1 parent cf3ad9c commit a7ef218

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-fresh-install.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ name: ci-fresh-install
77
# 3. mcpp new hello → cd hello → mcpp run
88

99
on:
10-
push:
11-
branches: [ main ]
12-
pull_request:
13-
branches: [ main ]
10+
# Manual trigger only — this CI tests the xlings-distributed mcpp binary
11+
# (not the PR's code). It validates the real user install flow and will
12+
# fail until fixes are released to the xlings mcpp package.
13+
# Run manually after a release to verify the end-to-end user experience.
1414
workflow_dispatch:
1515

1616
concurrency:

0 commit comments

Comments
 (0)