ci: updated workflow

This commit is contained in:
Marvin Zhang
2024-10-22 16:08:21 +08:00
parent b2de67b4fd
commit a3694fb1fb

View File

@@ -80,7 +80,7 @@ jobs:
[ "$VERSION" == "main" ] && VERSION=latest
echo "version=$VERSION" >> $GITHUB_OUTPUT
test_backend:
needs: [ setup ]
if: needs.setup.outputs.backend_changed == 'true'