Skip to content

Commit 7612c2e

Browse files
committed
Add build run condition
1 parent 8a141aa commit 7612c2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/comment-links-to-changed-games-in-pull-requests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
jobs:
66
build:
77
runs-on: ubuntu-latest
8+
# Check if the event is not triggered by a fork
9+
if: !github.event.pull_request.head.repo.fork
810

911
steps:
1012
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)