diff --git a/.github/workflows/perl-cpan-libraries.yml b/.github/workflows/perl-cpan-libraries.yml index 4614e9022..e15b4426c 100644 --- a/.github/workflows/perl-cpan-libraries.yml +++ b/.github/workflows/perl-cpan-libraries.yml @@ -485,27 +485,27 @@ jobs: cache_key: ${{ github.sha }}-${{ github.run_id }}-rpm-${{ matrix.distrib }} stability: ${{ needs.get-environment.outputs.stability }} - deliver-deb: - needs: [get-environment, download-and-cache-deb] - if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }} - runs-on: [self-hosted, common] + # deliver-deb: + # needs: [get-environment, download-and-cache-deb] + # if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }} + # runs-on: [self-hosted, common] - strategy: - matrix: - distrib: [bullseye, bookworm, jammy] + # strategy: + # matrix: + # distrib: [bullseye, bookworm, jammy] - steps: - - name: Checkout sources - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + # steps: + # - name: Checkout sources + # uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - name: Delivery - uses: ./.github/actions/deb-delivery - with: - module_name: perl-cpan-libraries - distrib: ${{ matrix.distrib }} - artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }} - cache_key: ${{ github.sha }}-${{ github.run_id }}-deb-${{ matrix.distrib }} - stability: ${{ needs.get-environment.outputs.stability }} + # - name: Delivery + # uses: ./.github/actions/deb-delivery + # with: + # module_name: perl-cpan-libraries + # distrib: ${{ matrix.distrib }} + # artifactory_token: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }} + # cache_key: ${{ github.sha }}-${{ github.run_id }}-deb-${{ matrix.distrib }} + # stability: ${{ needs.get-environment.outputs.stability }} promote: needs: [get-environment]