mirror of
https://github.com/snobu/destreamer.git
synced 2026-01-17 05:22:18 +00:00
We should exit 0
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
|
||||
if [ $ISREADME != 'false' ]; then
|
||||
echo 'Only the README has changed, skipping build.'
|
||||
exit 66
|
||||
exit 0
|
||||
fi
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
|
||||
Reference in New Issue
Block a user