Commit 0475911
committed
chore(ci): disable fabric-deploy.yml auto-trigger; document Azure DevOps path
The fabric-deploy.yml workflow has been failing every push since it landed
because it depends on Service Principal secrets we deferred + the
GitHub-Actions deploy path duplicates what Fabric Git Integration already
does on the DevOps side. Trigger changed to workflow_dispatch only (manual
only); file kept for reference if/when CI-driven deploys are wanted.
Cleaned up 4 failed runs (26625180769, 26613056578, 26583077216, 26579207556).
Documented the broader context in fabric/docs/DEPLOYMENT.md "Why Azure DevOps":
- Fabric trial tenant blocks GitHub Git Integration at the admin level
("Users can sync workspace items with GitHub repositories" disabled,
no path to flip it from a trial tenant admin role).
- Azure DevOps Git Integration unaffected — same MS account, same workspace.
- Chosen arrangement: GitHub = canonical public repo + portfolio surface;
Azure DevOps = mirror that Fabric Git Integration reads from; manual or
periodic re-import keeps them in sync.
- If/when off the trial onto a paid F-SKU tenant, GitHub Git Integration
may become available and the DevOps mirror can be retired — repo content
is identical between the two.
CI flow section rewritten to document the disabled state explicitly + the
exact steps to re-enable later (register Service Principal, add 6 secrets
to fabric-prod GitHub Environment, change `on:` back to push trigger).
No code changes; no test impact; no wheel rebuild.1 parent 8c1deb5 commit 0475911
2 files changed
Lines changed: 74 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
3 | 14 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
173 | 176 | | |
174 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
175 | 184 | | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
| 185 | + | |
182 | 186 | | |
183 | | - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
184 | 194 | | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
191 | 207 | | |
192 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
193 | 240 | | |
194 | 241 | | |
195 | 242 | | |
| |||
0 commit comments