Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Sep 26, 2024
1 parent cec3f51 commit 2cdc56f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/genai-investigator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ permissions:
actions: read
pull-requests: write
jobs:
logging:
runs-on: ubuntu-latest
steps:
- name: Print workflow_run event
run: echo "${{ toJson(github.event.workflow_run) }}"
check_failure:
# Only run this job if the workflow run concluded with a failure
# and was triggered by a pull request event
Expand Down

0 comments on commit 2cdc56f

Please sign in to comment.