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

Closes #22947

Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Stian Thorgersen
2023-09-06 11:31:47 +02:00
committed by GitHub
parent 2cf2b65805
commit 92754cecbd
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