Build and Test Basic Operation #69
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
name: Build and Test Basic Operation | |
on: | |
pull_request: | |
schedule: | |
# 9:53 PM UTC every Sunday | |
# Running on a schedule helps catch any new issues that | |
# may appear as the upstream cFS is updated | |
- cron: '53 21 * * 0' | |
jobs: | |
build: | |
name: Build cFS with BP (default config) | |
uses: ./.github/workflows/build-run-bp-common.yml |