Update .gitea/workflows/build.yml
This commit is contained in:
@@ -19,9 +19,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Error on purpose
|
- name: Error on purpose
|
||||||
id: failingstep
|
id: failingstep
|
||||||
run: thisisnocommand
|
run: exit 1
|
||||||
- name: Continue with this step anyway
|
- name: Continue with this step anyway
|
||||||
if: ${{ failure() && $steps.failingstep.outcome == 'failure' }}
|
if: ${{ failure() && $steps.failingstep.conclusion == 'failure' }}
|
||||||
run: echo "Still running..."
|
run: echo "Still running..."
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user