Skip to content

Commit 7575ce6

Browse files
authored
Merge pull request #246 from arielswalker/part-cfs/workflows#177-update-existing-workflows-internal-logic
Merge pull request #242 from nasa/draco-integration
2 parents c656998 + 55f3676 commit 7575ce6

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/format-check.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@ name: Format Check
22

33
# Run on all push and pull requests
44
on:
5+
push:
6+
branches:
7+
- dev
8+
- main
59
pull_request:
610
types:
711
- opened
812
- reopened
913
- synchronize
14+
workflow_dispatch:
1015

1116
jobs:
1217
format-check:
1318
name: Run format check
14-
uses: nasa/cFS/.github/workflows/format-check.yml@main
19+
uses: nasa/cFS/.github/workflows/format-check.yml@dev

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ on:
1515

1616
jobs:
1717
static-analysis:
18-
name: Run cppcheck
19-
uses: nasa/cFS/.github/workflows/static-analysis.yml@main
18+
name: Static Analysis
19+
uses: nasa/cFS/.github/workflows/app-static-analysis-reusable.yml@dev

0 commit comments

Comments
 (0)