From b15593d1719640defd643a16e9fe3b0c8c42ccf3 Mon Sep 17 00:00:00 2001 From: IG Date: Wed, 6 Nov 2024 10:58:03 +0000 Subject: [PATCH] p --- .github/workflows/lib.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lib.yml b/.github/workflows/lib.yml index aa83cd5..2b37f08 100644 --- a/.github/workflows/lib.yml +++ b/.github/workflows/lib.yml @@ -58,9 +58,9 @@ jobs: prerelease: runs-on: ubuntu-latest - needs: - - build - - test + # needs: + # - build + # - test # only run if VERSION_SUFFIX environment variable has a value and branch is '5.3' # if: env.VERSION_SUFFIX && github.ref == 'refs/heads/5.3' if: ${{ env.VERSION_SUFFIX == '1' }}