there is no need to put
```
grep -v '\(jewel\|kraken\|luminous\)' | grep '\(mimic\|nautilus\)'
```
as we are not likely to have both "jewel" and "mimic" in a branch name.
this change is a follow-up of the discussion when reviewing #1345
Signed-off-by: Kefu Chai <kchai@redhat.com>
- conditional-step:
condition-kind: shell
condition-command: |
- echo "${GIT_BRANCH}" | grep -v '\(jewel\|kraken\|luminous\)' | grep '\(mimic\|nautilus\)'
+ echo "${GIT_BRANCH}" | grep '\(mimic\|nautilus\)'
on-evaluation-failure: dont-run
steps:
- shell: