Skip to content

Commit

Permalink
test if
Browse files Browse the repository at this point in the history
Silvija Tovernic committed Sep 27, 2024
1 parent 9968947 commit c18ec66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pulumi.yml
Original file line number Diff line number Diff line change
@@ -124,7 +124,7 @@ jobs:
name: Pulumi Deploy
runs-on: ubuntu-latest
needs: preview
if: inputs.pulumi_task == 'deploy'
if: ${{ inputs.pulumi_task }} == 'deploy'
environment: ${{ inputs.environment }}

steps:
@@ -173,7 +173,7 @@ jobs:
name: Pulumi Destroy
runs-on: ubuntu-latest
needs: preview
if: inputs.pulumi_task == 'destroy'
if: ${{ inputs.pulumi_task }} == 'destroy'
environment: ${{ inputs.environment }}

steps:

0 comments on commit c18ec66

Please sign in to comment.