From f5005a9637e09f9ae90c853e7259d34c4b3b6eee Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 30 Jan 2021 04:58:48 +0100 Subject: [PATCH] more syntax --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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 ##########################################################