summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-04-18 12:07:08 +0700
committerhathach <[email protected]>2025-04-18 12:07:08 +0700
commit5c7ca2acad12c72112437b51fcdd9d5adf5fe985 (patch)
treeb57967203e8abc2c534460d7e9ce534e75f552d0 /.github/workflows
parente8a84f90764f0f2603822f068a9961ceeade873d (diff)
change gh ci iar to push event
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7fb13af74..a0e4725ce 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -115,7 +115,7 @@ jobs:
# cmake is built by circle-ci. Due to IAR limit capacity, only build oe per family
# ---------------------------------------
arm-iar:
- if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false
+ if: github.event_name == 'push' && github.repository_owner == 'hathach'
needs: set-matrix
uses: ./.github/workflows/build_util.yml
secrets: inherit