Skip to content

Commit

Permalink
Remove debug echo command for pull requests in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Sep 30, 2024
1 parent 64fb8ee commit e982bb5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/genai-investigator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e982bb5

Please sign in to comment.