MCXN94x: Log information whether CPU0 or CPU1 is used #2165
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# vim:sw=2:ts=2 | |
name: ci | |
# on events | |
on: | |
push: | |
branches: | |
- master | |
- 'feature/*' | |
pull_request: | |
branches: | |
- master | |
- 'feature/*' | |
jobs: | |
call-ci: | |
uses: phoenix-rtos/phoenix-rtos-project/.github/workflows/ci-submodule.yml@master | |
secrets: inherit |