Skip to content

Commit

Permalink
fix
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 29f3348 commit c9486da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
doc-build-html:
name: "Documentation Build (HTML)"
needs: [doc-file-check]
if: github.repository_owner == 'zephyrproject-rtos'&& (${{fromJSON(needs.doc-file-check.outputs.file_check)}} == 'true')
if: github.repository_owner == 'zephyrproject-rtos' && (${{fromJSON(needs.doc-file-check.outputs.file_check)}} == 'true')
#runs-on: zephyr-runner-linux-x64-4xlarge

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

View workflow job for this annotation

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

YAMLLint (comments)

.github/workflows/doc-build.yml:66 missing starting space in comment
runs-on: ubuntu-22.04
timeout-minutes: 45
Expand Down

0 comments on commit c9486da

Please sign in to comment.