diff --git a/.github/workflows/genai-investigator.yml b/.github/workflows/genai-investigator.yml index f28cc257bd..23f26f9722 100644 --- a/.github/workflows/genai-investigator.yml +++ b/.github/workflows/genai-investigator.yml @@ -18,8 +18,6 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.event == 'pull_request' }} runs-on: ubuntu-latest steps: - - name: Echo pull requests - run: echo ${{ toJson(github.event.workflow_run.pull_requests) }} - uses: actions/checkout@v4 with: submodules: "recursive"