Commit c1ce1fd
authored
ci: run strict-schema via workflow_run after mirror-tarball (#6)
Strict schema validation requires tarball + sha256 to be populated, but
merge PRs intentionally leave those null (mirror-tarball fills them
post-merge). The prior trigger raced with mirror and always failed on
main because mirror bot commits dont re-trigger push workflows under
GITHUB_TOKEN.
Switch strict-main to workflow_run so it runs after mirror-tarball
completes successfully on main. The four non-strict jobs still fire on
pull_request and push-to-main; they are gated off the workflow_run
event to avoid duplicate runs.
Observed failure pattern on PR #4 (wheels-seo-suite v2.0.0) and PR #5
(wheels-basecoat + wheels-hotwire v1.0.1). Both had all PR-time checks
green, mirror-tarball succeeded, notify-site dispatched correctly, but
the push-to-main validate run showed a red strict-main.1 parent 4cf5653 commit c1ce1fd
1 file changed
Lines changed: 22 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
| 22 | + | |
17 | 23 | | |
18 | 24 | | |
19 | 25 | | |
| |||
37 | 43 | | |
38 | 44 | | |
39 | 45 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
44 | 55 | | |
45 | 56 | | |
46 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
47 | 62 | | |
48 | 63 | | |
49 | 64 | | |
| |||
66 | 81 | | |
67 | 82 | | |
68 | 83 | | |
| 84 | + | |
69 | 85 | | |
70 | 86 | | |
71 | 87 | | |
| |||
94 | 110 | | |
95 | 111 | | |
96 | 112 | | |
| 113 | + | |
97 | 114 | | |
98 | 115 | | |
99 | 116 | | |
| |||
122 | 139 | | |
123 | 140 | | |
124 | 141 | | |
| 142 | + | |
125 | 143 | | |
126 | 144 | | |
127 | 145 | | |
| |||
0 commit comments