Skip to content

Commit

Permalink
fix: Only invoke PR Workflow on PRs (Not external triggers) (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdivya153 authored Oct 28, 2024
1 parent f93f113 commit 9088ee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
./.github/workflows/utils.sh unzipArtifact
- name: Post a Comment
if: env.PR_NUMBER != ''
uses: actions/github-script@v6
with:
script: |
Expand Down

0 comments on commit 9088ee8

Please sign in to comment.