Skip to content

Commit

Permalink
ci: fix pull request condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Jul 8, 2024
1 parent de45fe4 commit 70c3879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ concurrency:
jobs:
deploy:
uses: dhis2/workflows-test/.github/workflows/deploy-pr.yml@main
if: '!github.event.pull_request.repository.fork'
if: '!github.event.pull_request.head.repo.fork'
secrets: inherit

0 comments on commit 70c3879

Please sign in to comment.