Skip to content

Commit

Permalink
debug github.event
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkp authored Nov 5, 2024
1 parent 1658214 commit e49fe66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-for-integration-result.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ on:
jobs:
# fetch comments, if integration-test comment is present, use that to label pass or fail. remove in-progress.
check-for-integration-result:
if: ${{ github.event.issue.pull_request }}
# if: ${{ github.event.issue.pull_request }}
runs-on: ubuntu-latest
steps:
- name: debug event
run: 'echo ${{ github.event }}'
- name: Get integration result comment
uses: actions/github-script@v7
with:
Expand Down

0 comments on commit e49fe66

Please sign in to comment.