Skip to content

Commit

Permalink
PMM-7 Skip target branch if head_ref one available
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec committed Dec 12, 2024
1 parent a0d0c5f commit 29e46b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:

- name: Checkout UI tests in ${{ github.base_ref }} branch
uses: percona-platform/checkout@v2
if: ${{ steps.branch_checkout.outcome != 'success' }}
continue-on-error: true
id: target_branch_checkout
with:
Expand Down

0 comments on commit 29e46b3

Please sign in to comment.