Skip to content

Commit

Permalink
deployment(operation): rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
autocloudarc committed Jan 10, 2024
1 parent bd8f785 commit 0741018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-az-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0741018

Please sign in to comment.