Update .gitea/workflows/build.yml

This commit is contained in:
2023-07-15 01:53:00 +02:00
parent 55f31bd322
commit ba56dd6369
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
id: failingstep
run: thisisnocommand
- name: Continue with this step anyway...
if: $steps.failingstep.outcome == 'failure'
if: failure() && $steps.failingstep.outcome == 'failure'
run: echo Still running...
- name: Checkout Code
uses: actions/checkout@v3