Skip to content

Commit

Permalink
try testing equality in conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
tjcorr authored Oct 7, 2021
1 parent c8976ac commit 74659e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
terraform-apply:
name: 'Terraform Apply'
if: github.ref == 'refs/heads/main' && needs.terraform-plan.outputs.runApply
if: github.ref == 'refs/heads/main' && needs.terraform-plan.outputs.runApply == 1
runs-on: ubuntu-latest
environment: production-approval
needs: [terraform-plan]
Expand Down

0 comments on commit 74659e9

Please sign in to comment.