Skip to content

Commit bf89dbf

Browse files
committed
Only build if the PR branch is local
1 parent 0b186d1 commit bf89dbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/development.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ jobs:
156156
run: npm run test:integration
157157

158158
build:
159+
# Only build if the PR branch is local
160+
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
159161
runs-on: ubuntu-latest
160162
strategy:
161163
matrix:

0 commit comments

Comments
 (0)