This commit is contained in:
Charles Dang 2025-03-17 13:49:44 -04:00
parent 6415bb8adc
commit d3a8b882a7

View File

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