diff --git a/.github/workflows/profile.yml b/.github/workflows/profile.yml index 9951f0c22..5191dbe13 100644 --- a/.github/workflows/profile.yml +++ b/.github/workflows/profile.yml @@ -4,12 +4,6 @@ on: release: types: [ created ] workflow_dispatch: - inputs: - ref: - description: 'The branch, tag or commit SHA to checkout for profiling. Leave empty for the default branch' - required: true - type: string - default: '' permissions: contents: write @@ -23,7 +17,6 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: ${{ github.event.inputs.ref }} fetch-depth: 0 - name: Setup Java uses: actions/setup-java@v4