Skip to content

Commit

Permalink
Added allowed_workflows to pytorch probot (#7485)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanilBaibak committed Apr 5, 2023
1 parent 5c5a94d commit 715db1d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/pytorch-probot.yml
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
tracking_issue: 2447

# List of workflows that will be re-run in case of failures
# https://github.com/pytorch/test-infra/blob/main/torchci/lib/bot/retryBot.ts
allowed_workflows:
- Build Linux
- Build Macos
- Build M1
- Tests on Linux
- Tests on macOS

0 comments on commit 715db1d

Please sign in to comment.