about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-12-11 12:58:34 -0800
committerGitHub <noreply@github.com>2023-12-11 12:58:34 -0800
commitb82c5177b9987efe92a642e9619dde604dda3da0 (patch)
treee5b11261b8e97b3a0d015ad09601cd44e0b33ce0 /.github
parent3d229b5fd6d4f0773f607cf1d6e7b2377c33ccbb (diff)
downloadvoidsky-b82c5177b9987efe92a642e9619dde604dda3da0.tar.zst
Reduce calls to getFeedGenerator and getFeed (#2166)
* Reduce calls to getFeedGenerator by the mergefeed

* Dont run end-of-follows mergefeed requests until actually at the end of the feed

* build AWS container

---------

Co-authored-by: Jake Gold <jake@blueskyweb.xyz>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-and-push-bskyweb-aws.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-and-push-bskyweb-aws.yaml b/.github/workflows/build-and-push-bskyweb-aws.yaml
index a7c8f4588..39136fca9 100644
--- a/.github/workflows/build-and-push-bskyweb-aws.yaml
+++ b/.github/workflows/build-and-push-bskyweb-aws.yaml
@@ -3,7 +3,7 @@ on:
   push:
     branches:
       - main
-      - jake/bskyweb-additions
+      - traffic-reduction
 env:
   REGISTRY: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_REGISTRY }}
   USERNAME: ${{ secrets.AWS_ECR_REGISTRY_USEAST2_PACKAGES_USERNAME }}