Skip to content

Commit a5acaef

Browse files
authored
Merge pull request #461 from nasa/integration-candidate
cFS Bundle Integration candidate: Caelum-rc4+dev8
2 parents 2c4ef5c + 06f5ce8 commit a5acaef

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

.github/workflows/build-deploy-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
concurrent_skipping: 'same_content'
4646
skip_after_successful_duplicate: 'true'
47-
do_not_skip: '["push", "workflow_dispatch", "schedule"]'
47+
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'
4848

4949
build-doc:
5050
needs: checks-for-duplicates

.github/workflows/build-documentation.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
concurrent_skipping: 'same_content'
2020
skip_after_successful_duplicate: 'true'
21-
do_not_skip: '["push", "workflow_dispatch", "schedule"]'
21+
do_not_skip: '["pull_request", "workflow_dispatch", "schedule"]'
2222

2323
checkout-and-cache:
2424
name: Custom checkout and cache for cFS documents
@@ -41,12 +41,11 @@ jobs:
4141

4242
build-cfs-documentation:
4343
needs: checkout-and-cache
44-
name: Build and deploy cFS documents
44+
name: Build cFS documents
4545
uses: nasa/cFS/.github/workflows/build-deploy-doc.yml@main
4646
with:
4747
target: "[\"cfe-usersguide\", \"osal-apiguide\", \"mission-doc\"]"
48-
cache-key: cfs-doc-${{ github.run_number }}
49-
checkout: false
48+
cache-key: cfs-doc-${{ github.run_number }}
5049
deploy: false
5150

5251
deploy-documentation:

0 commit comments

Comments
 (0)