diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-11 12:58:34 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-11 12:58:34 -0800 |
commit | b82c5177b9987efe92a642e9619dde604dda3da0 (patch) | |
tree | e5b11261b8e97b3a0d015ad09601cd44e0b33ce0 /.github | |
parent | 3d229b5fd6d4f0773f607cf1d6e7b2377c33ccbb (diff) | |
download | voidsky-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.yaml | 2 |
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 }} |