diff --git a/.github/workflows/centreon-collect.yml b/.github/workflows/centreon-collect.yml index 052810ee6f..b3cc34ef47 100644 --- a/.github/workflows/centreon-collect.yml +++ b/.github/workflows/centreon-collect.yml @@ -291,6 +291,11 @@ jobs: stability: ${{ needs.get-version.outputs.stability }} legacy_engine: ${{ github.event.inputs.legacy_engine == 'true' }} packages_in_artifact: ${{ github.event.inputs.packages_in_artifact == 'true' }} + image: ${{ matrix.image }} + distrib: ${{ matrix.distrib }} + package_extension: ${{ matrix.package_extension }} + runner: ${{ matrix.runner }} + arch: ${{ matrix.arch }} secrets: inherit robot-test: diff --git a/.github/workflows/package-collect.yml b/.github/workflows/package-collect.yml index ead2d2c76d..af784d5b2b 100644 --- a/.github/workflows/package-collect.yml +++ b/.github/workflows/package-collect.yml @@ -27,6 +27,22 @@ on: packages_in_artifact: required: true type: boolean + image: + required: true + type: string + distrib: + required: true + type: string + package_extension: + required: true + type: string + runner: + required: true + type: string + arch: + required: true + type: string + jobs: package: