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
This commit is contained in:
François Mockers 2024-11-23 19:38:47 +01:00 committed by GitHub
parent 689c21d315
commit 8e284984aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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