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:
parent
689c21d315
commit
8e284984aa
11
.github/workflows/validation-jobs.yml
vendored
11
.github/workflows/validation-jobs.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user