We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ad132 commit 755ec0eCopy full SHA for 755ec0e
1 file changed
.github/workflows/standalone-benchmark.yml
@@ -2,15 +2,15 @@ name: Standalone Benchmark
2
3
on:
4
workflow_dispatch:
5
- pull_request:
6
- push:
7
- branches:
8
- - '**'
9
inputs:
10
o2_revision:
11
- description: "O2 revision (e.g., daily-20250805-0000-1)"
+ description: "O2 revision"
12
required: true
13
default: "daily-20250805-0000-1"
+ pull_request:
+ push:
+ branches:
+ - '**'
14
15
jobs:
16
benchmark:
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Build and Run
46
run: |
47
- O2_REVISION="${{ github.event.inputs.o2_revision || env.DEFAULT_O2_REVISION }}"
+ O2_REVISION="${{ github.event.inputs.o2_revision || $DEFAULT_O2_REVISION }}"
48
. $WORK_DIR/$ALIBUILD_ARCH_PREFIX/O2/${O2_REVISION}/etc/profile.d/init.sh
49
export ROOT_INCLUDE_PATH=$(echo "$ROOT_INCLUDE_PATH" | cut -d: -f3-)
50
0 commit comments