psh: enable test execution in new psh for imxrt117x #3519
Workflow file for this run
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 |