Skip to content

Commit

Permalink
Add pipeline to params
Browse files Browse the repository at this point in the history
  • Loading branch information
arddluma committed Oct 24, 2023
1 parent bd0c8b7 commit 3f96ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
steps:
- checkout
- when:
condition: <<parameters.run_e2e_tests>>
condition: <<pipeline.parameters.run_e2e_tests>>
steps:

- restore_cache:
Expand Down

0 comments on commit 3f96ddd

Please sign in to comment.