diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-06-06 16:36:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-06 16:36:28 +0100 |
commit | f868c8df031e1c4a52e68ab32bb6fda086bd6ad7 (patch) | |
tree | e401bbad7a27c21200b152819712ba08017df575 /changelog.d | |
parent | Fix missing logcontext for PresenceHandler.on_shutdown. (#5369) (diff) | |
download | synapse-f868c8df031e1c4a52e68ab32bb6fda086bd6ad7.tar.xz |
Regen sample config before kicking off agents (#5370)
* Regen sample config before kicking off agents * Add changelog
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5370.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5370.misc b/changelog.d/5370.misc new file mode 100644 index 0000000000..b0473ef280 --- /dev/null +++ b/changelog.d/5370.misc @@ -0,0 +1 @@ +Don't run CI build checks until sample config check has passed. |