diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 853698d0aec..126ce773e3f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -789,7 +789,7 @@ jobs: name: "rendering-correctness-kitless (${{ matrix.variant }})" runs-on: [self-hosted, gpu] timeout-minutes: 120 - continue-on-error: ${{ github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }} + continue-on-error: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && matrix.variant == 'ovstage') }} needs: [build, config] if: needs.build.result == 'success' strategy: