Merge pull request #107 from arielswalker/part-cfs/workflows#122-add-… #157
This file contains hidden or 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
| name: Build and Run | |
| on: | |
| push: | |
| branches: | |
| - dev | |
| - main | |
| pull_request: | |
| types: | |
| - opened | |
| - reopened | |
| - synchronize | |
| workflow_dispatch: | |
| schedule: | |
| # 9:35 PM UTC every Sunday | |
| - cron: '35 21 * * 0' | |
| jobs: | |
| build-run: | |
| name: Build and run with startup msg verification | |
| uses: nasa/cFS/.github/workflows/build-run-app-reusable.yml@dev |