Skip to content

Commit

Permalink
fix(test): add trigger to run workflow on push to PR branch
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Castilio dos Santos <[email protected]>
  • Loading branch information
alexcastilio committed Feb 6, 2025
1 parent 13c5e07 commit c05ce6f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/daily-scale-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Daily Scale Test

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

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

0 comments on commit c05ce6f

Please sign in to comment.