Skip to content

Commit b49bce9

Browse files
authored
remove test step (#3278)
1 parent e6767fc commit b49bce9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/docker_release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@ jobs:
7171
# Compare to latest
7272
compare-to: ${{ steps.latest-version.outputs.release }}
7373

74-
- name: Use latest
75-
if: steps.version.outputs.comparison-result == '>'
76-
run: |
77-
echo ${{ steps.version.outputs.comparison-result }};
78-
echo ${{ steps.latest-version.outputs.release }};
79-
8074
# This step should only run when we release a new minor, so
8175
# that we can tag the most recent image without the version number.
8276
# For example, if the previous step builds `deepset/haystack:cpu-1.8.0`,

0 commit comments

Comments
 (0)