Skip to content

Commit 4f0ad23

Browse files
committed
checkov lint
1 parent f5d0240 commit 4f0ad23

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/pgo-profile.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ on:
1616
- "profiles/**"
1717
- ".github/workflows/pgo-profile.yaml"
1818
workflow_dispatch:
19-
inputs:
20-
bench_seconds:
21-
description: "Seconds to run wrk per script"
22-
default: "30"
23-
required: false
2419
permissions:
2520
contents: write
2621
pull-requests: write
@@ -33,7 +28,7 @@ jobs:
3328
GOTOOLCHAIN: local
3429
GOFLAGS: "-tags=nobadger,nomysql,nopgx"
3530
LIBRARY_PATH: ${{ github.workspace }}/watcher/target/lib
36-
BENCH_SEC: ${{ github.event.inputs.bench_seconds || '30' }}
31+
BENCH_SEC: "30"
3732
steps:
3833
- uses: actions/checkout@v6
3934
with:

0 commit comments

Comments
 (0)