Skip to content

Commit 6c47375

Browse files
authored
Re-enable alert checking in pytorch/builder (#3768)
Reverts #3765, re-enabling the alerts in `pytorch/builder`, since the underlying issue is fixed in #3766.
1 parent fea5b1c commit 6c47375

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check-alerts.yml

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
branch: nightly
2525
with_flaky_test_alerting: NO
2626
job_filter_regex: ""
27+
- repo: pytorch/builder
28+
branch: main
29+
with_flaky_test_alerting: NO
30+
job_filter_regex: "nightly.pypi.binary.size.validation"
2731
env:
2832
REPO_TO_CHECK: ${{ matrix.repo }}
2933
BRANCH_TO_CHECK: ${{ matrix.branch }}

0 commit comments

Comments
 (0)