From d3a8b882a75e155f32804205898f6d12008c0edc Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Mon, 17 Mar 2025 13:49:44 -0400 Subject: [PATCH] Fixup 6415bb8adc89b6b8d76735163e01ebb8a0cfe2e5 --- .github/workflows/ci-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 49aa1bfdef3..91c82216f0b 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -317,7 +317,7 @@ jobs: # run after all other jobs have completed to check overall build status notification: runs-on: ubuntu-latest - needs: [checks, copyright, ubuntu, steam-runtime, mingw, flatpak, translations, macos-intel, windows] + needs: [checks, copyright, ubuntu, steam-runtime, mingw, flatpak, translations, macos-intel] if: failure() && github.event_name == 'push' steps: