Skip to content

Commit 3e79ecb

Browse files
Copilotpamelafox
andcommitted
Remove conditional from Azure login step in deployment workflow
Co-authored-by: pamelafox <[email protected]>
1 parent 934c981 commit 3e79ecb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/azure-dev.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
node-version: 18
4141

4242
- name: Log in with Azure (Federated Credentials)
43-
if: ${{ env.AZURE_CLIENT_ID != '' }}
4443
run: |
4544
azd auth login `
4645
--client-id "$Env:AZURE_CLIENT_ID" `

0 commit comments

Comments
 (0)