We should exit 0
This commit is contained in:
parent
93190240b6
commit
a6871e6f46
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
|
|
||||||
if [ $ISREADME != 'false' ]; then
|
if [ $ISREADME != 'false' ]; then
|
||||||
echo 'Only the README has changed, skipping build.'
|
echo 'Only the README has changed, skipping build.'
|
||||||
exit 66
|
exit 0
|
||||||
fi
|
fi
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
|
|
Loading…
Reference in a new issue