From d43ba49804f78148f0183ef0dbe2b182393ef039 Mon Sep 17 00:00:00 2001 From: Zach Wolfenbarger Date: Thu, 5 Dec 2024 11:59:38 -0600 Subject: [PATCH] Remove aggregation from nonstandard tag list --- lib/zooniverse_github.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/zooniverse_github.rb b/lib/zooniverse_github.rb index 0227bc4..f01457d 100644 --- a/lib/zooniverse_github.rb +++ b/lib/zooniverse_github.rb @@ -43,8 +43,7 @@ class RefAlreadyDeployed < StandardError; end JSON_COMMIT_ID_KEYS = %w[revision commit_id].freeze DEPLOYED_BRANCH_REPOS = { - 'zooniverse/zoo-stats-api-graphql' => 'master', - 'zooniverse/aggregation-for-caesar' => 'master' + 'zooniverse/zoo-stats-api-graphql' => 'master' }.freeze GH_PREVIEW_API_HEADERS = { 'Accept': 'application/vnd.github.groot-preview+json',