From 2c2fc54245b55c90477bb8b10d9b9c2a51cebc1a Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Fri, 22 Sep 2023 19:47:11 +0300 Subject: [PATCH] chore(ci): Gate release on pre_verify_release step Follows-up: https://github.com/apollographql/router/pull/3859 This builds on the successful deployment of the `pre_verify_release` step but makes it an actual pre-flight checklist rather than something that runs in parallel to the existing jobs. --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c7db107850..3a91555b3f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -868,6 +868,7 @@ workflows: tags: only: /v.*/ - build_release: + requires: [ pre_verify_release ] matrix: parameters: platform: