Internals: format-yaml

This commit is contained in:
Wilson Snyder 2025-11-21 20:21:13 -05:00
parent dabfb7291b
commit 0e8ec49cf6
2 changed files with 3 additions and 6 deletions

View File

@ -6,11 +6,8 @@ name: Pages
on:
push:
branches:
- master
paths:
- "ci/**"
- ".github/workflows"
branches: [master]
paths: ["ci/**", ".github/workflows"]
workflow_dispatch:
workflow_run:
workflows: ["Code coverage"]

View File

@ -124,5 +124,5 @@ jobs:
- name: Report status
working-directory: rtlmeter
run: | # This will fail the job if any of the runs failed
run: |- # This will fail the job if any of the runs failed
./rtlmeter run --verbose --cases='${{inputs.cases}}' --compileArgs='${{inputs.compileArgs}}' --executeArgs='${{inputs.executeArgs}}'