Internals: format-yaml
This commit is contained in:
parent
dabfb7291b
commit
0e8ec49cf6
|
|
@ -6,11 +6,8 @@ name: Pages
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [master]
|
||||||
- master
|
paths: ["ci/**", ".github/workflows"]
|
||||||
paths:
|
|
||||||
- "ci/**"
|
|
||||||
- ".github/workflows"
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: ["Code coverage"]
|
workflows: ["Code coverage"]
|
||||||
|
|
|
||||||
|
|
@ -124,5 +124,5 @@ jobs:
|
||||||
|
|
||||||
- name: Report status
|
- name: Report status
|
||||||
working-directory: rtlmeter
|
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}}'
|
./rtlmeter run --verbose --cases='${{inputs.cases}}' --compileArgs='${{inputs.compileArgs}}' --executeArgs='${{inputs.executeArgs}}'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue