Skip to content

ci: declare workflow-level contents: read on 6 workflows #173

ci: declare workflow-level contents: read on 6 workflows

ci: declare workflow-level contents: read on 6 workflows #173

Workflow file for this run

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'
permissions:
contents: read
jobs:
build-run:
name: Build and run with startup msg verification
uses: nasa/cFS/.github/workflows/build-run-app-reusable.yml@dev