From b0198fa45987ba7edeb05ee644fb0771c77e04ba Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sat, 26 Apr 2025 21:37:19 +0200 Subject: [PATCH] Run intermediate cleanup parallel to documentation, because only pre-merge artifacts (unittest and coverage) are cleaned. --- .github/workflows/CompletePipeline.yml | 1 - .github/workflows/_Checking_JobTemplates.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/CompletePipeline.yml b/.github/workflows/CompletePipeline.yml index 172b373..722fa7f 100644 --- a/.github/workflows/CompletePipeline.yml +++ b/.github/workflows/CompletePipeline.yml @@ -279,7 +279,6 @@ jobs: - UnitTestingParams - PublishCoverageResults - PublishTestResults - - Documentation if: ${{ inputs.cleanup }} with: sqlite_coverage_artifacts_prefix: ${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).codecoverage_sqlite }}- diff --git a/.github/workflows/_Checking_JobTemplates.yml b/.github/workflows/_Checking_JobTemplates.yml index 19b93cc..3eb8629 100644 --- a/.github/workflows/_Checking_JobTemplates.yml +++ b/.github/workflows/_Checking_JobTemplates.yml @@ -161,7 +161,6 @@ jobs: - UnitTestingParams - PublishCoverageResults - PublishTestResults - - Documentation with: sqlite_coverage_artifacts_prefix: ${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).codecoverage_sqlite }}- xml_unittest_artifacts_prefix: ${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).unittesting_xml }}-