fix(ci): not fail when skipped (#3399)

This commit is contained in:
Steven Palma
2026-04-17 12:02:38 +02:00
committed by GitHub
parent 098ebb4d72
commit d4a229444b
+2 -2
View File
@@ -219,8 +219,8 @@ jobs:
slack-notification:
name: Slack Notification
needs: [cpu-tests, gpu-tests]
if: always()
needs: [cpu-tests, gpu-tests, upgrade-lock]
if: always() && needs.upgrade-lock.outputs.changed == 'true'
runs-on: ubuntu-latest
permissions:
contents: read