diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 20124d235311..6d06030f0ab8 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -55,12 +55,12 @@ jobs: repository: percona/pmm-ui-tests path: ./pmm-ui-tests - - name: Checkout UI tests in main branch + - name: Checkout UI tests in v3 branch uses: percona-platform/checkout@v2 if: ${{ steps.branch_checkout.outcome != 'success' }} with: token: ${{ secrets.ROBOT_TOKEN }} - ref: main + ref: PMM-13027-pmm3-dashboards-tests repository: percona/pmm-ui-tests path: ./pmm-ui-tests