From c56d5313bbf8399d7412cc97210dba8228a27030 Mon Sep 17 00:00:00 2001 From: Alex Castilio dos Santos Date: Mon, 10 Feb 2025 15:08:05 +0000 Subject: [PATCH] Revert "fix(test): add trigger to run workflow on push to PR branch" This reverts commit c05ce6fabbd531e460fe12f7d0c2b91692f0cd51. Signed-off-by: Alex Castilio dos Santos --- .github/workflows/daily-scale-test.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/daily-scale-test.yaml b/.github/workflows/daily-scale-test.yaml index 4b38e41ec5..c62b353973 100644 --- a/.github/workflows/daily-scale-test.yaml +++ b/.github/workflows/daily-scale-test.yaml @@ -1,9 +1,6 @@ name: Daily Scale Test on: - push: - branches: - - alexcastilio/scale-test-workflow schedule: - cron: "0 0 * * *" @@ -19,6 +16,5 @@ jobs: num_replicas: 20 num_netpol: 0 num_nodes: 1000 - # TODO: Change to true after checking cluster - cleanup: false + cleanup: true secrets: inherit