Skip to content

Commit

Permalink
Exit on messing results
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3r-Jak3 committed Aug 30, 2024
1 parent 14402c9 commit 3e23d4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-pypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
print("::warning title=Checksum not found:: Missing checksum for PyPy version ${{ env.PYPY_VERSION }} and base ${{ matrix.PYPY_BASE }}")
with open(os.environ['GITHUB_OUTPUT'], 'a') as fh:
print('STATUS=204', file=fh)
exit(0)
if len(checksum_json[0]['checksum']) == 0:
print("::warning title=Checksum not found:: Missing checksum for PyPy version ${{ env.PYPY_VERSION }} and base ${{ matrix.PYPY_BASE }}")
with open(os.environ['GITHUB_OUTPUT'], 'a') as fh:
Expand Down

0 comments on commit 3e23d4e

Please sign in to comment.