Fix static analysis CI gate not working (#33146)
* Debug CI * Debug CI * Fix ci final job * Revert test change
This commit is contained in:
committed by
GitHub
parent
b63c3646bd
commit
181b06b3c8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user