Skip to content

Commit

Permalink
ci: Fix check for forked repository on PR (#3222)
Browse files Browse the repository at this point in the history
* ci: Fix check for forked repository on PR

Signed-off-by: Mihail Mihov <[email protected]>

* ci: Check for head repo fork instead of base repo fork

Signed-off-by: Mihail Mihov <[email protected]>

---------

Signed-off-by: Mihail Mihov <[email protected]>
  • Loading branch information
mishomihov00 authored Nov 6, 2024
1 parent 4f302be commit 4f0b2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flow-pr-title-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
title-check:
name: Title Check
runs-on: smart-contracts-linux-medium
if: ${{ !github.event.pull_request.base.repo.fork }}
if: ${{ !github.event.pull_request.head.repo.fork }}
permissions:
statuses: write
steps:
Expand Down

0 comments on commit 4f0b2ea

Please sign in to comment.