Skip to content

Commit

Permalink
GHA: only comment on PR if successful
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Oct 1, 2024
1 parent c609c20 commit b3d75be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
comment:
needs: build
runs-on: ubuntu-latest
if: always() && github.event.repository.fork == false
if: github.event.repository.fork == false
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit b3d75be

Please sign in to comment.