Skip to content

Commit 0bd2c5c

Browse files
authored
Merge pull request #22 from Azure-Samples/copilot/fix-21
Remove conditional from Azure login step in deployment workflow
2 parents b9f6a40 + 3e79ecb commit 0bd2c5c

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)