Skip to content

Commit cc1e1c1

Browse files
committed
chore: testing new workflow trigger
1 parent 7f3587f commit cc1e1c1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/stage-3-build-images-devtest.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,13 @@ jobs:
9898
ref: main
9999

100100
- name: Az CLI login
101-
if: github.ref == 'refs/heads/main'
102101
uses: azure/login@v2
103102
with:
104103
client-id: ${{ secrets.client_id }}
105104
tenant-id: ${{ secrets.tenant_id }}
106105
subscription-id: ${{ secrets.subscription_id }}
107106

108107
- name: Azure Container Registry login
109-
if: github.ref == 'refs/heads/main'
110108
env:
111109
ACR_DEVTEST_NAME: ${{ secrets.acr_devtest_name }}
112110
run: az acr login --name ${ACR_DEVTEST_NAME}

0 commit comments

Comments
 (0)