We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed31afc commit e353fe2Copy full SHA for e353fe2
.github/workflows/main.yaml
@@ -196,7 +196,7 @@ jobs:
196
GCP_SECRETS_FILE: ${{ secrets.GCP_SECRETS_FILE }}
197
GITHUB_REPO_URL: "https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git"
198
GITHUB_BRANCH: "enhance-v1"
199
- if: env.azure_status == 'success'
+ # if: env.azure_status == 'success'
200
with:
201
host: ${{ secrets.AZURE_VMIP }}
202
username: ${{ secrets.AZURE_VMUSER }}
0 commit comments