Skip to content

Commit

Permalink
Update benchmark.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM authored Feb 6, 2025
1 parent 61ba917 commit 81ba657
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: benchmark
on:
workflow_dispatch:
inputs:
ref:
sha:
type: string
required: true
description: "The ref to run the benchmarks against. Defaults to the current commit."
description: "The commit SHA to run the benchmarks against."
push:
branches: [main]

jobs:
benchmark:
uses: vapor/ci/.github/workflows/run-benchmark.yml@mmbm-benchmark-manual
with:
ref: ${{ inputs.ref }}
sha: ${{ inputs.sha }}
secrets: inherit

0 comments on commit 81ba657

Please sign in to comment.