We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a84f9 commit 5c7ca2aCopy full SHA for 5c7ca2a
.github/workflows/build.yml
@@ -115,7 +115,7 @@ jobs:
115
# cmake is built by circle-ci. Due to IAR limit capacity, only build oe per family
116
# ---------------------------------------
117
arm-iar:
118
- if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false
+ if: github.event_name == 'push' && github.repository_owner == 'hathach'
119
needs: set-matrix
120
uses: ./.github/workflows/build_util.yml
121
secrets: inherit
0 commit comments