From a59c05003823f897fd209dbb62228d49aaf99b23 Mon Sep 17 00:00:00 2001 From: Stefano Bonicatti Date: Fri, 1 Dec 2023 18:32:16 +0100 Subject: [PATCH] Disable EC2 cleanup --- .github/workflows/cleanup_ec2_runners.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/cleanup_ec2_runners.yml b/.github/workflows/cleanup_ec2_runners.yml index 3f1c11356059..53ec3b57427d 100644 --- a/.github/workflows/cleanup_ec2_runners.yml +++ b/.github/workflows/cleanup_ec2_runners.yml @@ -10,10 +10,7 @@ # Cleanup any lingering ec2 runners name: cleanup_ec2_runners -on: - schedule: - - cron: "0 */1 * * *" - workflow_dispatch: +on: workflow_dispatch jobs: cleanup: