Skip to content

Commit

Permalink
Update continue-config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Jan 3, 2024
1 parent 235bd30 commit f01f738
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/continue-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,14 @@ workflows:
unittest:
when: << pipeline.parameters.build-and-run >>
jobs:
- hold:
type: approval
- linux_ut:
matrix:
parameters:
resource_class: ["2xlarge", "arm-xlarge"]
- macOS_ut_arm64
requires:
- hold
- macOS_ut_arm64:
requires:
- hold

0 comments on commit f01f738

Please sign in to comment.