From f88534b559605c6ca1e70a724bf77e205b61dfe4 Mon Sep 17 00:00:00 2001 From: IG Date: Wed, 6 Nov 2024 10:52:53 +0000 Subject: [PATCH] p --- .github/workflows/lib.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/lib.yml b/.github/workflows/lib.yml index e971ea5..43ee9a6 100644 --- a/.github/workflows/lib.yml +++ b/.github/workflows/lib.yml @@ -62,25 +62,14 @@ jobs: - 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 && github.ref == 'refs/heads/5.3' + if: env.VERSION_SUFFIX == '1' steps: - uses: actions/download-artifact@v4 with: name: bin - release: - runs-on: ubuntu-latest - needs: - - build - - test - # only run if VERSION_SUFFIX environment variable is empty and branch is '5.3' - # if: ${{ !env.VERSION_SUFFIX && github.ref == 'refs/heads/5.3' }} - steps: - - uses: actions/download-artifact@v4 - with: - name: bin - # publish: # needs: