From 56d12994f363d671ac7cf4a211e183e620c6d0df Mon Sep 17 00:00:00 2001 From: tuntoja Date: Thu, 6 Jul 2023 18:17:00 +0200 Subject: [PATCH] ci: temporary disable of some deliveries --- .github/workflows/plugin-delivery.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/plugin-delivery.yml b/.github/workflows/plugin-delivery.yml index 42a454899..dc84a4eb8 100644 --- a/.github/workflows/plugin-delivery.yml +++ b/.github/workflows/plugin-delivery.yml @@ -67,7 +67,7 @@ jobs: strategy: fail-fast: false matrix: - distrib: [el7, el8, el9] + distrib: [el7] steps: - name: Checkout sources @@ -88,7 +88,7 @@ jobs: strategy: fail-fast: false matrix: - distrib: [el7, el8] + distrib: [el7] major_version: ["21.10", "22.04", "22.10"] steps: @@ -109,6 +109,7 @@ jobs: stability: ${{ inputs.stability }} deliver-deb: + if: ${{ inputs.stability == 'REMOVE-LINE' }} runs-on: [self-hosted, common] strategy: fail-fast: false @@ -128,7 +129,7 @@ jobs: artifactory_token: ${{ secrets.artifactory_token }} deliver-deb-legacy: - if: ${{ inputs.stability == 'stable' }} + if: ${{ inputs.stability == 'RESET-TO-STABLE' }} runs-on: [self-hosted, common] strategy: fail-fast: false