We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c29a4 commit 1d1aaf5Copy full SHA for 1d1aaf5
.github/workflows/benchmarks-orchestrator.yml
@@ -35,12 +35,9 @@ jobs:
35
BENCHMARKS_LIST=""
36
37
if [[ "$EVENT_NAME" == "push" ]]; then
38
- # For push events to main, run all benchmarks
+ # For push events to main, run no benchmarks
39
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"
+ echo "✅ Running no benchmarks"
44
elif [[ "$EVENT_NAME" == "pull_request" ]]; then
45
# For PR events, check base branch and labels
46
LABELS="${{ join(github.event.pull_request.labels.*.name, ' ') }}"
0 commit comments