Skip to content

Commit 755ec0e

Browse files
test
1 parent a8ad132 commit 755ec0e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/standalone-benchmark.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: Standalone Benchmark
22

33
on:
44
workflow_dispatch:
5-
pull_request:
6-
push:
7-
branches:
8-
- '**'
95
inputs:
106
o2_revision:
11-
description: "O2 revision (e.g., daily-20250805-0000-1)"
7+
description: "O2 revision"
128
required: true
139
default: "daily-20250805-0000-1"
10+
pull_request:
11+
push:
12+
branches:
13+
- '**'
1414

1515
jobs:
1616
benchmark:
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Build and Run
4646
run: |
47-
O2_REVISION="${{ github.event.inputs.o2_revision || env.DEFAULT_O2_REVISION }}"
47+
O2_REVISION="${{ github.event.inputs.o2_revision || $DEFAULT_O2_REVISION }}"
4848
. $WORK_DIR/$ALIBUILD_ARCH_PREFIX/O2/${O2_REVISION}/etc/profile.d/init.sh
4949
export ROOT_INCLUDE_PATH=$(echo "$ROOT_INCLUDE_PATH" | cut -d: -f3-)
5050

0 commit comments

Comments
 (0)