diff --git a/.github/workflows/build-deploy-doc.yml b/.github/workflows/build-deploy-doc.yml index 60bef824b..d4b00b9c8 100644 --- a/.github/workflows/build-deploy-doc.yml +++ b/.github/workflows/build-deploy-doc.yml @@ -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 diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index 242f27516..149149e50 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -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 @@ -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: diff --git a/cfe b/cfe index 145e15b25..81416f8f3 160000 --- a/cfe +++ b/cfe @@ -1 +1 @@ -Subproject commit 145e15b25692d5dccde43553ef27a1adcff40da4 +Subproject commit 81416f8f3552c2b0f85e820f4f423f62f8aee634