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