Skip to content

Commit

Permalink
Merge pull request #461 from nasa/integration-candidate
Browse files Browse the repository at this point in the history
cFS Bundle Integration candidate: Caelum-rc4+dev8
  • Loading branch information
astrogeco authored Apr 19, 2022
2 parents 2c4ef5c + 06f5ce8 commit a5acaef
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
concurrent_skipping: 'same_content'
skip_after_successful_duplicate: 'true'
do_not_skip: '["push", "workflow_dispatch", "schedule"]'
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'

build-doc:
needs: checks-for-duplicates
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
concurrent_skipping: 'same_content'
skip_after_successful_duplicate: 'true'
do_not_skip: '["push", "workflow_dispatch", "schedule"]'
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'

checkout-and-cache:
name: Custom checkout and cache for cFS documents
Expand All @@ -41,12 +41,11 @@ jobs:

build-cfs-documentation:
needs: checkout-and-cache
name: Build and deploy cFS documents
name: Build cFS documents
uses: nasa/cFS/.github/workflows/build-deploy-doc.yml@main
with:
target: "[\"cfe-usersguide\", \"osal-apiguide\", \"mission-doc\"]"
cache-key: cfs-doc-${{ github.run_number }}
checkout: false
cache-key: cfs-doc-${{ github.run_number }}
deploy: false

deploy-documentation:
Expand Down
2 changes: 1 addition & 1 deletion osal
2 changes: 1 addition & 1 deletion psp

0 comments on commit a5acaef

Please sign in to comment.