diff --git a/.github/workflows/deploy-az-resources.yml b/.github/workflows/deploy-az-resources.yml index 3d9cee1..98f6323 100644 --- a/.github/workflows/deploy-az-resources.yml +++ b/.github/workflows/deploy-az-resources.yml @@ -37,8 +37,8 @@ env: jobs: stage: runs-on: ubuntu-latest - if: ${{ env.operation == 'deploy' }} environment: dev + if: ${{ env.operation == 'deploy' }} steps: # Checkout the repository to the GitHub Actions runner - name: Checkout