Skip to content

Commit

Permalink
Run approval & new tag jobs only after lint & test are passing (#1700)
Browse files Browse the repository at this point in the history
  • Loading branch information
neel-astro authored Aug 12, 2024
1 parent 63c58bc commit 2a30180
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ workflows:
- lint
- test
- approve-release:
requires:
- lint
- test
type: approval
filters:
branches:
Expand Down

0 comments on commit 2a30180

Please sign in to comment.