Update .gitea/workflows/build.yml
This commit is contained in:
@@ -5,8 +5,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- '.gitea/workflows/*'
|
||||
#paths-ignore:
|
||||
# - '.gitea/workflows/*'
|
||||
|
||||
jobs:
|
||||
Build:
|
||||
@@ -20,9 +20,9 @@ jobs:
|
||||
- name: Error on purpose
|
||||
id: failingstep
|
||||
run: thisisnocommand
|
||||
- name: Continue with this step anyway...
|
||||
if: failure() && $steps.failingstep.outcome == 'failure'
|
||||
run: echo Still running...
|
||||
- name: Continue with this step anyway
|
||||
if: ${{ failure() && $steps.failingstep.outcome == 'failure' }}
|
||||
run: echo "Still running..."
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v3
|
||||
- name: Install NodeJS
|
||||
|
||||
Reference in New Issue
Block a user