summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-07-14 14:41:23 +0100
committerGitHub <noreply@github.com>2021-07-14 14:41:23 +0100
commit07e0992a76b33de80616570582c17edd2768150f (patch)
treec93e93c27847d644f462066de12ddb35b68d741e /changelog.d
parentAdd type hints and comments to event auth code. (#10393) (diff)
downloadsynapse-07e0992a76b33de80616570582c17edd2768150f.tar.xz
Make GHA config more efficient (#10383)
A few things here:

* Build the debs for single distro for each PR, so that we can see if it breaks. Do the same for develop. Building all the debs ties up the GHA workers for ages.
* Stop building the debs for release branches. Again, it takes ages, and I don't think anyone is actually going to stop and look at them. We'll know they are working when we make an RC.
* Change the configs so that if we manually cancel a workflow, it actually does something.
Diffstat (limited to '')
-rw-r--r--changelog.d/10383.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10383.misc b/changelog.d/10383.misc
new file mode 100644
index 0000000000..952c1e77a8
--- /dev/null
+++ b/changelog.d/10383.misc
@@ -0,0 +1 @@
+Make the Github Actions workflow configuration more efficient.