Skip to content

Commit

Permalink
fix: add "when" condition to upload results
Browse files Browse the repository at this point in the history
  • Loading branch information
bonkey committed May 6, 2024
1 parent 8ac74b1 commit 5257438
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ steps:
- run:
name: Upload Coverage Results
command: <<include(scripts/upload.sh)>>
when: << parameters.when >>
environment:
PARAM_CLI_ARGS: << parameters.cli_args >>
PARAM_COMMIT_ARGS: << parameters.commit_args >>
Expand Down

0 comments on commit 5257438

Please sign in to comment.