diff --git a/.github/workflows/perl-crypt-argon2.yml b/.github/workflows/perl-crypt-argon2.yml index 96d9aceeb..ae7c02b5e 100644 --- a/.github/workflows/perl-crypt-argon2.yml +++ b/.github/workflows/perl-crypt-argon2.yml @@ -128,7 +128,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-json-path.yml b/.github/workflows/perl-json-path.yml index 0bb26794d..009cbc204 100644 --- a/.github/workflows/perl-json-path.yml +++ b/.github/workflows/perl-json-path.yml @@ -114,7 +114,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: