diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e2b76d01..7c131d408 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,6 +127,9 @@ jobs: name: After Build runs-on: ubuntu-latest needs: [build_test_neo4j, build_test_backend, build_test_webapp] + steps: + - name: Do nothing + run: echo "I do nothing" ############################################################################## # JOB: LINT BACKEND ##########################################################