Skip to content

Commit 63d3990

Browse files
committed
Focus on failing bucket
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
1 parent a297c60 commit 63d3990

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cicd-main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ jobs:
389389
|| needs.pre-flight.outputs.force_run_all == 'true'
390390
)
391391
&& needs.pre-flight.outputs.is_merge_group == 'false'
392+
&& matrix.bucket == 'tests/unit_tests/**/*.py'
392393
&& !cancelled()
393394
env:
394395
PIP_DISABLE_PIP_VERSION_CHECK: 1

0 commit comments

Comments
 (0)