We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f72da0 commit 582e40eCopy full SHA for 582e40e
.github/workflows/build_tests_required_pr.yml
@@ -32,7 +32,7 @@ jobs:
32
33
config:
34
- type: 'Check'
35
- excluded_tests: '^.*([5-9]proc|[1-9][0-9]+proc|[5-9]thread|[1-9][0-9]+thread).*$'
+ excluded_tests: '^.*([3-9]proc|[1-9][0-9]+proc|[3-9]thread|[1-9][0-9]+thread).*$'
36
excluded_tests_with_labels: 'LARGE_HYBRID'
37
ctest_args: '-j4 --timeout 1200'
38
0 commit comments