diff --git a/.github/workflows/ui_tests.yml b/.github/workflows/ui_tests.yml index 0179aa8ef0..344c0f4a53 100644 --- a/.github/workflows/ui_tests.yml +++ b/.github/workflows/ui_tests.yml @@ -4,6 +4,10 @@ on: workflow_dispatch: schedule: - cron: '0 3 * * 1-5' # 3AM UTC offsetted to legacy to avoid action-junit-report@v4 bug + pull_request: + branches: + - hotfix/* + - release/* jobs: ui-tests: @@ -14,6 +18,10 @@ jobs: matrix: runner: [macos-13-xlarge, macos-14-xlarge] + concurrency: + group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.runner }} + cancel-in-progress: true + timeout-minutes: 120 steps: