Skip to content

Commit

Permalink
Merge branch 'release/1.10.x' into ui/backport-pr-14551-1.10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
hellobontempo authored Mar 21, 2022
2 parents 7bdaa62 + 904dde3 commit 5e9dc79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ steps:
name: Check branch name
command: |
case "$CIRCLE_BRANCH" in
main|ui/*|release/*|merge*) ;;
main|ui/*|backport/ui/*|release/*|merge*) ;;
*) # If the branch being tested doesn't match one of the above patterns,
# we don't need to run test-ui and can abort the job.
circleci-agent step halt
Expand Down

0 comments on commit 5e9dc79

Please sign in to comment.