mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 11:23:11 -06:00
Header emoji
This commit is contained in:
parent
71edd52ce4
commit
e703ac1313
|
|
@ -82,7 +82,7 @@ already_in_whitelist=$(echo $already_in_whitelist | xargs)
|
||||||
|
|
||||||
# Wrap output in code blocks for buildkite annotation rendering purposes
|
# Wrap output in code blocks for buildkite annotation rendering purposes
|
||||||
if [ -n "${tests_to_add}" ] && [ -n "${already_in_whitelist}" ]; then
|
if [ -n "${tests_to_add}" ] && [ -n "${already_in_whitelist}" ]; then
|
||||||
echo "### SyTest Whitelist Maintenance"
|
echo "### 📜 SyTest Whitelist Maintenance"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "${tests_to_add}" ]; then
|
if [ -n "${tests_to_add}" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue