Skip to content

Commit

Permalink
Fix PR action (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles authored Nov 22, 2024
1 parent ef10298 commit f5c3b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/project-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
track_pr:
runs-on: ubuntu-latest
if: github.repository_owner == 'OasisLMF'
if: github.event.pull_request.head.repo.fork == false
steps:
- name: Get project data
env:
Expand Down

0 comments on commit f5c3b84

Please sign in to comment.