Skip to content

Commit bab431d

Browse files
committed
speedbench-al: default open-pr to false (artifact-only by default)
Make the workflow default to Option 1 (upload the AL matrix as an artifact for manual review/paste) rather than auto-opening a PR. The auto-PR path stays available as an opt-in (open-pr: true), but keeping it off by default avoids exposing a write-scoped PAT on the self-hosted runner and matches the repo's artifact-collection convention.
1 parent 3a8a68f commit bab431d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/speedbench-al.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ on:
4949
type: string
5050
default: '480'
5151
open-pr:
52-
description: "Open a PR updating benchmarks/speedbench-reference-al.yaml"
52+
description: "Open a PR updating benchmarks/speedbench-reference-al.yaml (default off: artifact-only, paste values in manually)"
5353
required: false
5454
type: boolean
55-
default: true
55+
default: false
5656
ref:
5757
description: "Git ref (branch/sha) to checkout"
5858
required: false

0 commit comments

Comments
 (0)