Add copyright job to notification

This commit is contained in:
Gunter Labes 2024-02-22 10:47:47 +01:00 committed by GitHub
parent 71784d020f
commit 32dffe2a18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -329,7 +329,7 @@ jobs:
# run after all other jobs have completed to check overall build status
notification:
runs-on: ubuntu-latest
needs: [checks, ubuntu, steam-runtime, mingw, flatpak, translations, macos-intel, windows]
needs: [checks, copyright, ubuntu, steam-runtime, mingw, flatpak, translations, macos-intel, windows]
if: failure() && github.event_name == 'push'
steps: