From 8e284984aa9b6c556b9fcdfec0d7f7df690ad9ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Mockers?= Date: Sat, 23 Nov 2024 19:38:47 +0100 Subject: [PATCH] remove check on windows screenshots (#16485) # Objective - Rendering on Windows in CI is unreliable - Screenshots are compared but results are not usable - Related to #15918 ## Solution - Remove the check on windows screenshots --- .github/workflows/validation-jobs.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/validation-jobs.yml b/.github/workflows/validation-jobs.yml index 90a4e0031f..4c576ac1e1 100644 --- a/.github/workflows/validation-jobs.yml +++ b/.github/workflows/validation-jobs.yml @@ -183,17 +183,6 @@ jobs: name: example-run-windows path: example-run/ - compare-windows-screenshots: - name: Compare Windows screenshots - needs: [run-examples-on-windows-dx12] - uses: ./.github/workflows/send-screenshots-to-pixeleagle.yml - with: - commit: ${{ github.sha }} - branch: ${{ github.ref_name }} - artifact: screenshots-windows - os: windows - secrets: inherit - run-examples-on-wasm: if: ${{ github.event_name == 'merge_group' }} runs-on: ubuntu-22.04