diff --git a/.github/pytorch-probot.yml b/.github/pytorch-probot.yml index 27d0f2a1f0b..3ac91e8923e 100644 --- a/.github/pytorch-probot.yml +++ b/.github/pytorch-probot.yml @@ -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