Skip to content

Commit

Permalink
fix confirm-production bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Neill Turner committed Dec 3, 2024
1 parent ef0ec6b commit 03649f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/database-restore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:
jobs:
restore:
name: Restore AKS Database
if: ${{ inputs.environment != 'production' || (inputs.environment == 'production' && github.event.inputs.confirm-production == 'true' ) }}
if: ${{ inputs.environment != 'production' || (inputs.environment == 'production' && inputs.confirm-production == 'true' ) }}
runs-on: ubuntu-latest
environment: aks-${{ inputs.environment }}
concurrency: deploy_${{ inputs.environment }}
Expand Down

0 comments on commit 03649f2

Please sign in to comment.