Skip to content

Commit

Permalink
Make jobs required for hermes to run on tagged builds (#39800)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipolleschi authored Oct 4, 2023
1 parent 8eec395 commit 0327067
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/configurations/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ workflows:
requires:
- prepare_hermes_workspace
- build_apple_slices_hermes:
filters: *only_release_tags
requires:
- build_hermesc_apple
matrix:
Expand All @@ -54,6 +55,7 @@ workflows:
requires:
- prepare_hermes_workspace
- build_hermes_macos:
filters: *only_release_tags
requires:
- build_apple_slices_hermes
matrix:
Expand Down

0 comments on commit 0327067

Please sign in to comment.