Skip to content

Commit

Permalink
Revert "fix(test): add trigger to run workflow on push to PR branch"
Browse files Browse the repository at this point in the history
This reverts commit c05ce6f.

Signed-off-by: Alex Castilio dos Santos <[email protected]>
  • Loading branch information
alexcastilio committed Feb 10, 2025
1 parent 1318048 commit c56d531
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/daily-scale-test.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Daily Scale Test

on:
push:
branches:
- alexcastilio/scale-test-workflow
schedule:
- cron: "0 0 * * *"

Expand All @@ -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

0 comments on commit c56d531

Please sign in to comment.