Skip to content

Commit

Permalink
check success
Browse files Browse the repository at this point in the history
Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Feb 19, 2024
1 parent 98e9316 commit b7bfcfa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,9 @@ jobs:
name: "Documentation Build Status"
runs-on: ubuntu-22.04
needs: [doc-build-html]
if: ${{ always() }}t
if: ${{ always() }}
steps:
- name: doc-check

Check warning on line 259 in .github/workflows/doc-build.yml

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

YAMLLint (indentation)

.github/workflows/doc-build.yml:259 wrong indentation: expected 4 but found 6
run: echo "Documentation build status"
run: |
echo "Documentation build status"
#test ${{fromJSON(needs.doc-build-html.result)}} == 'success'

0 comments on commit b7bfcfa

Please sign in to comment.