1 parent 56444fd commit ff7b148Copy full SHA for ff7b148
1 file changed
.github/workflows/images.yaml
@@ -272,7 +272,6 @@ jobs:
272
273
manifests:
274
name: Generate Manifests
275
- if: ${{ (github.event_name == 'merge_group') || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/dev/v0.0.33-windows' && github.repository == 'microsoft/retina') }}
276
runs-on: ubuntu-latest
277
needs:
278
[
@@ -311,7 +310,6 @@ jobs:
311
310
312
e2e:
313
name: Run E2E Tests
314
315
needs: [manifests]
316
317
0 commit comments