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 647ae9b commit b15593d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit b15593d

Please sign in to comment.