Skip to content

Commit 5c7ca2a

Browse files
committed
change gh ci iar to push event
1 parent e8a84f9 commit 5c7ca2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
# cmake is built by circle-ci. Due to IAR limit capacity, only build oe per family
116116
# ---------------------------------------
117117
arm-iar:
118-
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false
118+
if: github.event_name == 'push' && github.repository_owner == 'hathach'
119119
needs: set-matrix
120120
uses: ./.github/workflows/build_util.yml
121121
secrets: inherit

0 commit comments

Comments
 (0)