Skip to content

Commit

Permalink
Use the correct value 🤦‍♂️
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran committed Nov 12, 2024
1 parent 4370e0f commit f6d3589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/koku-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ spec:
value: task
resolver: bundles
when:
- input: "false"
- input: "true"
operator: in
values:
- "false"
Expand Down
2 changes: 1 addition & 1 deletion .tekton/koku-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ spec:
value: task
resolver: bundles
when:
- input: "false"
- input: "true"
operator: in
values:
- "false"
Expand Down

0 comments on commit f6d3589

Please sign in to comment.