diff options
| author | Kirill Rysin <[email protected]> | 2024-06-18 18:25:51 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-18 18:25:51 +0200 |
| commit | 949521ce54af90a84bd2d4e1daec96e8e884e156 (patch) | |
| tree | 14d54001922493374f15a30833181bcd1f31096b /.github/scripts/tests | |
| parent | 3833ea49d4d7749bdd08fe764aff8bb4ef76d7a7 (diff) | |
5295 add precommit check for ydbd size add diff in pr (#5597)
Diffstat (limited to '.github/scripts/tests')
| -rwxr-xr-x | .github/scripts/tests/generate-summary.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/scripts/tests/generate-summary.py b/.github/scripts/tests/generate-summary.py index b7b94004cf7..aef7074652d 100755 --- a/.github/scripts/tests/generate-summary.py +++ b/.github/scripts/tests/generate-summary.py @@ -202,6 +202,8 @@ class TestSummary: if add_footnote: result.append("") result.append(f"[^1]: All mute rules are defined [here]({footnote_url}).") + + result.append("") return result |
