Status check should fail if "conditional" step fails (#22948)

Closes #22947
This commit is contained in:
Alexander Schwartz
2023-09-05 08:34:41 +02:00
committed by GitHub
parent 18bb6f7df8
commit 8286b8b31f
6 changed files with 6 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ jobs:
name: Status Check - CodeQL
if: always()
needs:
- conditional
- java
- themes
runs-on: ubuntu-latest