change gh ci iar to push event

This commit is contained in:
hathach 2025-04-18 12:07:08 +07:00
parent e8a84f9076
commit 5c7ca2acad
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52

View File

@ -115,7 +115,7 @@ jobs:
# cmake is built by circle-ci. Due to IAR limit capacity, only build oe per family # cmake is built by circle-ci. Due to IAR limit capacity, only build oe per family
# --------------------------------------- # ---------------------------------------
arm-iar: 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 needs: set-matrix
uses: ./.github/workflows/build_util.yml uses: ./.github/workflows/build_util.yml
secrets: inherit secrets: inherit