From f602306a7f7e99b3689f37315a9f6ec2232c8b90 Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Sat, 15 Jul 2023 02:53:50 +0200 Subject: [PATCH] Update .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 9894b77..b258c79 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -17,9 +17,9 @@ jobs: # script-file -> The key name which contains the output (saved by the step - see Publish JS Filename Step) js-file: ${{ steps.publish-js-filename.outputs.script-file }} steps: - - name: Error on purpose - id: failingstep - run: exit 1 + #- 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)}}" @@ -100,10 +100,10 @@ jobs: echo Deploying... ls echo DONE! - Notify-Commiter-Error: - needs: Deploy - runs-on: ubuntu-latest - if: ${{ !cancelled() }} - steps: - - name: Blame commiter - run: echo "OMG YOU BROKE THE BUILD!!! FIX IT" \ No newline at end of file + #Notify-Commiter-Error: + # needs: Deploy + # runs-on: ubuntu-latest + # if: ${{ failure() }} + # steps: + # - name: Blame commiter + # run: echo "OMG YOU BROKE THE BUILD!!! FIX IT" \ No newline at end of file