summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-09-27 00:23:21 +1000
committerGitHub <noreply@github.com>2018-09-27 00:23:21 +1000
commitd4e0861ff94a809ad36c6b951c1e903457c44def (patch)
tree6c31fb3654db25b72f1afe94da60daabd20689a2 /changelog.d
parentMerge branch 'develop' into rav/hacky_cache_factor_fix (diff)
downloadsynapse-d4e0861ff94a809ad36c6b951c1e903457c44def.tar.xz
Reduce the load on our CI (#3957)
* changelog

* reduce circleci config

* plus a handy script

* fix regex
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/3957.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3957.misc b/changelog.d/3957.misc
new file mode 100644
index 0000000000..69d647f119
--- /dev/null
+++ b/changelog.d/3957.misc
@@ -0,0 +1 @@
+CircleCI now only runs merged jobs on PRs, and commit jobs on develop, master, and release branches.