Update .gitea/workflows/build.yml
Build Workflow / Build (push) Failing after 14s
Build Workflow / Deploy (push) Has been skipped

This commit is contained in:
2023-07-15 02:08:24 +02:00
parent bc6b102b0e
commit 10b6fab540
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
id: failingstep
run: exit 1
- name: Continue with this step anyway
if: ${{ failure() }}
if: ${{ failure() && steps.failingstep.conclusion == 'failure' }}
run: echo "Still running... ${{toJSON(steps)}}"
- name: Checkout Code
uses: actions/checkout@v3