Skip to content

Commit 221d9c6

Browse files
committed
Revert "Only build if the PR branch is local"
This reverts commit bf89dbf.
1 parent bf89dbf commit 221d9c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/development.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@ 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 }}
161159
runs-on: ubuntu-latest
162160
strategy:
163161
matrix:

0 commit comments

Comments
 (0)