Skip to content

Commit e353fe2

Browse files
committed
remove condition
1 parent ed31afc commit e353fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
GCP_SECRETS_FILE: ${{ secrets.GCP_SECRETS_FILE }}
197197
GITHUB_REPO_URL: "https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git"
198198
GITHUB_BRANCH: "enhance-v1"
199-
if: env.azure_status == 'success'
199+
# if: env.azure_status == 'success'
200200
with:
201201
host: ${{ secrets.AZURE_VMIP }}
202202
username: ${{ secrets.AZURE_VMUSER }}

0 commit comments

Comments
 (0)