Commit 0fc66d9
committed
Make namcap validation non-blocking in auto-update workflow
The namcap step was causing workflow failures because it runs after
update.sh cleans up build artifacts. Since validate-package.yml already
provides comprehensive namcap validation on all PRs (including built
packages), making this step non-blocking is appropriate.
Changes:
- Add || true to namcap command to prevent command failure
- Add continue-on-error: true to allow workflow to proceed
- namcap output still logged for reference1 parent 267c37c commit 0fc66d9
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments