diff --git a/aws/lambda/pytorch-auto-revert/pytorch_auto_revert/__main__.py b/aws/lambda/pytorch-auto-revert/pytorch_auto_revert/__main__.py index c27d71cc98..5356731230 100755 --- a/aws/lambda/pytorch-auto-revert/pytorch_auto_revert/__main__.py +++ b/aws/lambda/pytorch-auto-revert/pytorch_auto_revert/__main__.py @@ -60,7 +60,7 @@ def __init__(self): self.secret_store_name = os.environ.get("SECRET_STORE_NAME", "") self.workflows = os.environ.get( "WORKFLOWS", - ",".join(["Lint", "trunk", "pull", "inductor", "linux-aarch64"]), + ",".join(["Lint", "trunk", "pull", "inductor", "linux-aarch64", "slow"]), ).split(",") def to_autorevert_v2_params(