Skip to content

Commit 715db1d

Browse files
authored
Added allowed_workflows to pytorch probot (#7485)
1 parent 5c5a94d commit 715db1d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/pytorch-probot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
tracking_issue: 2447
2+
3+
# List of workflows that will be re-run in case of failures
4+
# https://github.com/pytorch/test-infra/blob/main/torchci/lib/bot/retryBot.ts
5+
allowed_workflows:
6+
- Build Linux
7+
- Build Macos
8+
- Build M1
9+
- Tests on Linux
10+
- Tests on macOS

0 commit comments

Comments
 (0)