1 parent 79a21c2 commit 6f49d27Copy full SHA for 6f49d27
1 file changed
.github/workflows/images.yaml
@@ -63,7 +63,7 @@ jobs:
63
PLATFORM=${{ matrix.platform }}/${{ matrix.arch }}
64
fi
65
env:
66
- SHOULD_PUSH_IMAGE: ${{ (github.event_name == 'merge_group') || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/dev/v0.0.33-windows' && github.repository == 'microsoft/retina') }}
+ SHOULD_PUSH_IMAGE: ${{ (github.event_name == 'merge_group') || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/dev/v0.0.33-windows' && github.repository == 'microsoft/retina') || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/dev/v0.0.33-windows' && github.repository == 'microsoft/retina') }}
67
68
retina-win-images:
69
name: Build Agent Windows Images
0 commit comments