Skip to content

Commit 1d1aaf5

Browse files
committed
run no benchmarks on push
1 parent 73c29a4 commit 1d1aaf5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/benchmarks-orchestrator.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,9 @@ jobs:
3535
BENCHMARKS_LIST=""
3636
3737
if [[ "$EVENT_NAME" == "push" ]]; then
38-
# For push events to main, run all benchmarks
38+
# For push events to main, run no benchmarks
3939
echo "🚀 Push event to main branch detected"
40-
echo "✅ Running all benchmarks"
41-
RUN_UBUNTU="true"
42-
RUN_MOONSHOT="true"
43-
BENCHMARKS_LIST="ubuntu-latest, moonshot"
40+
echo "✅ Running no benchmarks"
4441
elif [[ "$EVENT_NAME" == "pull_request" ]]; then
4542
# For PR events, check base branch and labels
4643
LABELS="${{ join(github.event.pull_request.labels.*.name, ' ') }}"

0 commit comments

Comments
 (0)