Skip to content

Commit a0e6d0c

Browse files
committed
Fix wrong dependency in CI
1 parent 3a5f134 commit a0e6d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
build-and-push-image:
1717
runs-on: ubuntu-latest
18-
needs: [clippy_and_format, build_and_test]
18+
needs: [build_and_test]
1919
if: startsWith(github.ref, 'refs/tags/v')
2020
env:
2121
IMAGE_NAME: terminusdb/terminusdb-change-request-api

0 commit comments

Comments
 (0)