remove test step (#3278)

This commit is contained in:
Massimiliano Pippi 2022-10-04 11:34:43 +02:00 committed by GitHub
parent e6767fccef
commit b49bce97aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,12 +71,6 @@ jobs:
# Compare to latest
compare-to: ${{ steps.latest-version.outputs.release }}
- name: Use latest
if: steps.version.outputs.comparison-result == '>'
run: |
echo ${{ steps.version.outputs.comparison-result }};
echo ${{ steps.latest-version.outputs.release }};
# This step should only run when we release a new minor, so
# that we can tag the most recent image without the version number.
# For example, if the previous step builds `deepset/haystack:cpu-1.8.0`,