Skip to content

Commit

Permalink
testing another update removing the dollar curly syntax with multilin…
Browse files Browse the repository at this point in the history
…e if
  • Loading branch information
ball-slalom committed Mar 5, 2024
1 parent 47b4653 commit 4828744
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,9 @@ jobs:

update:
name: Update Lambda
if: ${{ !cancelled() && needs.deploy.result == 'success' && needs.tf-apply.result != 'failure' }}
if: |
!cancelled() && needs.deploy.result == 'success' &&
needs.tf-apply.result != 'failure'
runs-on: ubuntu-latest
needs:
- env-vars
Expand Down

0 comments on commit 4828744

Please sign in to comment.