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

This commit is contained in:
2023-07-15 02:04:19 +02:00
parent ee9392b59e
commit 3d6ac7bbd3
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
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() }}
run: echo "Still running..." run: echo "Still running..."
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v3 uses: actions/checkout@v3