Fix static analysis CI gate not working (#33146)

* Debug CI

* Debug CI

* Fix ci final job

* Revert test change
This commit is contained in:
Michael Telatynski
2026-04-14 21:14:28 +01:00
committed by GitHub
parent b63c3646bd
commit 181b06b3c8
+4 -2
View File
@@ -125,7 +125,9 @@ jobs:
# Dummy job to simplify branch protections
ci:
name: Static Analysis
needs: [lint, i18n]
needs: [lint, i18n, zizmor]
if: always()
runs-on: ubuntu-24.04
steps:
- run: echo "Ok"
- if: contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')
run: exit 1