Update .gitea/workflows/build.yml
Build Workflow / Build (push) Failing after 11s
Build Workflow / Deploy (push) Has been skipped
Build Workflow / Notify-Commiter-Error (push) Has been skipped

This commit is contained in:
2023-07-15 02:33:54 +02:00
parent 0f157309a3
commit a8e0898092
+3 -3
View File
@@ -20,9 +20,9 @@ jobs:
- name: Error on purpose - name: Error on purpose
id: failingstep id: failingstep
run: exit 1 run: exit 1
- name: Continue with this step anyway #- name: Continue with this step anyway
if: ${{ failure() && steps.failingstep.conclusion == 'failure' }} # if: ${{ failure() && steps.failingstep.conclusion == 'failure' }}
run: echo "Still running... ${{toJSON(steps)}}" # run: echo "Still running... ${{toJSON(steps)}}"
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install NodeJS - name: Install NodeJS