Skip to content

Commit

Permalink
chore(ci): only run cleanup if triggered (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Mar 27, 2024
1 parent 25c36ec commit 1d5752b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ runs:
# Run post deployment command
${{ inputs.post_rollout }}
- if: inputs.delete_completed == 'true'
- if: inputs.delete_completed == 'true' && steps.triggers.outputs.triggered == 'true'
shell: bash
run: |
# Expand for succeeded pod cleanup (optional)
Expand Down

0 comments on commit 1d5752b

Please sign in to comment.