From a8e08980925c5575fb7d9953ca88d4926c2efb6e Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Sat, 15 Jul 2023 02:33:54 +0200 Subject: [PATCH] Update .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 6241867..6227bd3 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -20,9 +20,9 @@ jobs: - name: Error on purpose id: failingstep run: exit 1 - - name: Continue with this step anyway - if: ${{ failure() && steps.failingstep.conclusion == 'failure' }} - run: echo "Still running... ${{toJSON(steps)}}" + #- name: Continue with this step anyway + # if: ${{ failure() && steps.failingstep.conclusion == 'failure' }} + # run: echo "Still running... ${{toJSON(steps)}}" - name: Checkout Code uses: actions/checkout@v3 - name: Install NodeJS