Skip to content

Commit

Permalink
Fixes requirements of the hold job. (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayShortway authored Sep 26, 2024
1 parent 3016e0e commit f8f79bd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,14 @@ workflows:
- hold:
type: approval
requires:
- build
- detekt
- build-sample-android
- build-sample-ios
- public-api-tests-android
- public-api-tests-ios
- unit-tests-android
- unit-tests-ios
- validate-binary-compatibility
- revenuecat/tag-current-branch:
requires:
- hold
Expand Down

0 comments on commit f8f79bd

Please sign in to comment.