Config schema documentation CI: fix not failing when it should (#18528)
Follows: #17892 <!-- --> <ol> <li> Config documentation CI: fix not failing if changes are outstanding </li> </ol> Shown to work at : https://github.com/element-hq/synapse/actions/runs/15532406886/job/43724019104?pr=18528 --------- Signed-off-by: Olivier 'reivilibre <oliverw@matrix.org>
This commit is contained in:
2
.github/workflows/schema.yaml
vendored
2
.github/workflows/schema.yaml
vendored
@@ -51,4 +51,4 @@ jobs:
|
||||
> docs/usage/configuration/config_documentation.md
|
||||
- name: Error in case of any differences
|
||||
# Errors if there are now any modified files (untracked files are ignored).
|
||||
run: 'git diff || ! git status --porcelain=1 | grep "^ M"'
|
||||
run: 'git diff --exit-code'
|
||||
|
||||
Reference in New Issue
Block a user