diff --git a/.github/workflows/pr_check.yml b/.github/workflows/pr_check.yml index 20cdd55..84e8f92 100644 --- a/.github/workflows/pr_check.yml +++ b/.github/workflows/pr_check.yml @@ -31,7 +31,7 @@ jobs: uses: ./.github/workflows/analyze_and_test.yml secrets: inherit with: - is-fork: ${{ needs.pr-id.outputs.pull-request-id== 'null' || github.event.pull_request.head.repo.full_name == github.repository }} + is-fork: ${{ needs.pr-id.outputs.pull-request-id != 'null' && github.event.pull_request.head.repo.full_name != github.repository }} platform-changes: name: Checks for platform changes