diff --git a/.github/workflows/daily-scale-test.yaml b/.github/workflows/daily-scale-test.yaml index c62b353973..4b38e41ec5 100644 --- a/.github/workflows/daily-scale-test.yaml +++ b/.github/workflows/daily-scale-test.yaml @@ -1,6 +1,9 @@ name: Daily Scale Test on: + push: + branches: + - alexcastilio/scale-test-workflow schedule: - cron: "0 0 * * *" @@ -16,5 +19,6 @@ jobs: num_replicas: 20 num_netpol: 0 num_nodes: 1000 - cleanup: true + # TODO: Change to true after checking cluster + cleanup: false secrets: inherit