Skip to content

Commit cf0af29

Browse files
authored
Cleanup compatibility test debug artifacts (#293)
1 parent 1d11535 commit cf0af29

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

.github/workflows/compatibility-tests.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@ jobs:
4848
exit 1
4949
fi
5050
51-
# remove after creating 0.6.0 tag.
52-
# Basically, we are incompatible with 0.4, and while there is no 0.6 (and prev minor being 0.5),
53-
# we will run compat tests from previous patch version
54-
if [ "$PREVIOUS_VERSION" = "0.4.42" ]; then
55-
PREVIOUS_VERSION="0.5.30"
56-
fi
57-
5851
echo "Current version is $NEW_VERSION"
5952
echo "Will be tested for compatibility from $PREVIOUS_VERSION"
6053

.github/workflows/tmp-workflow.yaml

-18
This file was deleted.

0 commit comments

Comments
 (0)