Skip to content

Commit

Permalink
ci: cleanup don't need parameter anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Sep 17, 2024
1 parent e801bba commit 52650e6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,9 @@ permissions:
pull-requests: write

jobs:
# run benchmark
benchmark:
uses: Cysharp/Actions/.github/workflows/benchmark-execute.yaml@main
with:
environment: benchmark
benchmark-name: "magiconion-${{ github.event.issue.number || (inputs.reuse && 'wf' || github.run_number) }}"
benchmark-config-path: "perf/BenchmarkApp/configs/${{ inputs.benchmark-config-name || github.event_name }}.yaml"
secrets: inherit
Expand All @@ -47,6 +45,4 @@ jobs:
if: ${{ always() }}
needs: [benchmark]
uses: Cysharp/Actions/.github/workflows/benchmark-cleanup.yaml@main
with:
environment: benchmark
secrets: inherit

0 comments on commit 52650e6

Please sign in to comment.