Skip to content

Commit

Permalink
add check for pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkp authored Nov 6, 2024
1 parent fc89596 commit b35a783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-for-integration-result.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
# note: this workflow always passes, it does not fail when integration tests are failing
check-for-integration-result:
# if: ${{ github.event.issue.pull_request }}
if: github.event.issue.pull_request
runs-on: ubuntu-latest
steps:
- name: Get integration result comment
Expand Down

0 comments on commit b35a783

Please sign in to comment.