Skip to content

Commit

Permalink
p
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Nov 6, 2024
1 parent 6819c95 commit f88534b
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f88534b

Please sign in to comment.