From ca48043d6f42b697bc78020d50892595c4d18c39 Mon Sep 17 00:00:00 2001 From: Michael Biarnes Kiefer Date: Thu, 22 Jun 2023 10:51:38 +0200 Subject: [PATCH] BXMSPROD-2068: excluded OptaPlanner from repository lists (cherry picked from commit bb8f10c396fe67161452fd7d08994b4b65a64c7c) --- .github/workflows/generate_files.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/generate_files.yml b/.github/workflows/generate_files.yml index 9682c601c11..a6bd67ad114 100644 --- a/.github/workflows/generate_files.yml +++ b/.github/workflows/generate_files.yml @@ -45,6 +45,7 @@ jobs: with: definition-file: .ci/pull-request-config.yaml file-type: repository-list + exclude: kiegroup/optaplanner output-file-path: ./script/repository-list.txt - name: Optaplanner Repository List Generation uses: kiegroup/build-chain-files-generator@main @@ -53,6 +54,7 @@ jobs: file-type: repository-list output-file-path: ./script/branched-7-repository-list.txt include: "@main:7.x" + exclude: kiegroup/optaplanner - name: Add Changes run: git add ./docs/project-dependencies-hierarchy.png ./script/repository-list.txt ./script/branched-7-repository-list.txt - name: Archive artifacts