Skip to content

Commit

Permalink
check why we need this part
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Oct 3, 2024
1 parent 0b08fb4 commit fd97a52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/self-comment-slow-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
echo "${{ github.event.pull_request.number }}"
echo "${{ github.event.issue.number }}"
echo "${{ github.event.issue.pull_request }}"
echo "${{ github.event.pull_request }}"
echo "${{ github.event.pull_request }}"
echo "${{ github.event.issue.pull_request != null }}"
echo "${{ github.event.pull_request != null }}"
# - name: Set up GitHub CLI
# uses: actions/checkout@v4
Expand Down

0 comments on commit fd97a52

Please sign in to comment.