From d9212a81bfc6a53a305e9cb4c85a7ad340117bee Mon Sep 17 00:00:00 2001 From: a-eljazouly Date: Tue, 6 Feb 2024 17:38:04 +0100 Subject: [PATCH] test: perl-net-openwsman --- .github/workflows/perl-net-curl.yml | 2 +- .github/workflows/perl-openwsman.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/perl-net-curl.yml b/.github/workflows/perl-net-curl.yml index 3379e6a8a..3bf2fc9d7 100644 --- a/.github/workflows/perl-net-curl.yml +++ b/.github/workflows/perl-net-curl.yml @@ -126,7 +126,7 @@ jobs: stability: ${{ needs.get-environment.outputs.stability }} # set condition to true if artifacts are needed - - if: ${{ true }} + - if: ${{ false }} name: Upload package artifacts uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: diff --git a/.github/workflows/perl-openwsman.yml b/.github/workflows/perl-openwsman.yml index c64601535..93985bcf9 100644 --- a/.github/workflows/perl-openwsman.yml +++ b/.github/workflows/perl-openwsman.yml @@ -197,7 +197,7 @@ jobs: stability: ${{ needs.get-environment.outputs.stability }} # set condition to true if artifacts are needed - - if: ${{ false }} + - if: ${{ true }} name: Upload package artifacts uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 with: