Skip to content

Commit

Permalink
Merge pull request #233 from Kaaveh/bugfix/128-danger-on-forks-pr
Browse files Browse the repository at this point in the history
Only run Danger checks on PRs from the same repository
  • Loading branch information
Kaaveh authored Sep 28, 2024
2 parents eac85ae + d200ded commit ce21f7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/danger_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
danger:
runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.full_name == github.repository
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit ce21f7c

Please sign in to comment.