Skip to content

Commit

Permalink
ci: fix if expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Jun 19, 2024
1 parent 31d4d7d commit df2222d
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 df2222d

Please sign in to comment.