Skip to content

Commit

Permalink
chore(ci): Gate release on pre_verify_release step
Browse files Browse the repository at this point in the history
Follows-up: #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.
  • Loading branch information
abernix authored Sep 22, 2023
1 parent 70cb943 commit 2c2fc54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,7 @@ workflows:
tags:
only: /v.*/
- build_release:
requires: [ pre_verify_release ]
matrix:
parameters:
platform:
Expand Down

0 comments on commit 2c2fc54

Please sign in to comment.