We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5f134 commit a0e6d0cCopy full SHA for a0e6d0c
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
16
build-and-push-image:
17
runs-on: ubuntu-latest
18
- needs: [clippy_and_format, build_and_test]
+ needs: [build_and_test]
19
if: startsWith(github.ref, 'refs/tags/v')
20
env:
21
IMAGE_NAME: terminusdb/terminusdb-change-request-api
0 commit comments