Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Jul 30, 2024
1 parent c4b0f0e commit 737a6d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
- "SHA256:YqMJCA/aAJSLDZXC4ZJ0bhSIQfHo1dNtSYOj/pXBdrI"

- when:
condition: << pipeline.trigger_parameters >>
condition:
and:
- << pipeline >>
- << pipeline.trigger_parameters >>
steps:
- jq/install

Expand Down

0 comments on commit 737a6d9

Please sign in to comment.