Skip to content

Commit

Permalink
Make jobs required for hermes to run on tagged builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cipolleschi committed Oct 4, 2023
1 parent 725b1c9 commit 0752326
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 205 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
Loading

0 comments on commit 0752326

Please sign in to comment.