Skip to content

Commit

Permalink
Update scheduled-azure-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KSchlobohm committed Apr 25, 2023
1 parent eafe398 commit cb859f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scheduled-azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:

- name: QA - Validate Deployment
run: |
chmod +x ./infra/deploymentScripts/validateDeployment.sh
./infra/deploymentScripts/validateDeployment.sh -g ${{ secrets.AZURE_ENV_NAME }}scheduled-rg
chmod +x ./infra/devOpsScripts/validateDeployment.sh
./infra/devOpsScripts/validateDeployment.sh -g ${{ secrets.AZURE_ENV_NAME }}scheduled-rg
teardown:
if: ${{ inputs.run_tear_down }}
Expand Down

0 comments on commit cb859f6

Please sign in to comment.