mirror of
https://github.com/hathach/tinyusb.git
synced 2025-07-06 11:10:30 +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
|
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user