Skip to content

Commit b664729

Browse files
committed
REMOVE LATER: push images from branch
1 parent 8fdf113 commit b664729

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Az CLI login
3939
uses: azure/login@v2
40-
if: ${{ (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') }}
40+
if: ${{ (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/laksh/add-pktmon-parsing' && github.repository == 'microsoft/retina') }}
4141
with:
4242
client-id: ${{ secrets.AZURE_CLIENT_ID }}
4343
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
@@ -63,7 +63,7 @@ jobs:
6363
PLATFORM=${{ matrix.platform }}/${{ matrix.arch }}
6464
fi
6565
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') || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/dev/v0.0.33-windows' && github.repository == 'microsoft/retina') }}
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') || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/laksh/add-pktmon-parsing' && github.repository == 'microsoft/retina') }}
6767

6868
retina-win-images:
6969
name: Build Agent Windows Images

0 commit comments

Comments
 (0)