mirror of
https://github.com/hathach/tinyusb.git
synced 2025-07-06 03:09:51 +08:00
change gh ci iar to push event
This commit is contained in:
parent
e8a84f9076
commit
5c7ca2acad
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user