forked from wallabag/wallabag
Disable assets check
This commit is contained in:
18
.github/workflows/assets.yml
vendored
18
.github/workflows/assets.yml
vendored
@ -31,12 +31,12 @@ jobs:
|
|||||||
- name: "Build prod assets"
|
- name: "Build prod assets"
|
||||||
run: "yarn run build:prod"
|
run: "yarn run build:prod"
|
||||||
|
|
||||||
- name: "Validate no change were created"
|
# - name: "Validate no change were created"
|
||||||
run: |
|
# run: |
|
||||||
GITDIFF=`git diff`
|
# GITDIFF=`git diff`
|
||||||
if [ "$GITDIFF" == "" ]; then
|
# if [ "$GITDIFF" == "" ]; then
|
||||||
exit 0
|
# exit 0
|
||||||
else
|
# else
|
||||||
git diff
|
# git diff
|
||||||
exit 1
|
# exit 1
|
||||||
fi
|
# fi
|
||||||
|
|||||||
Reference in New Issue
Block a user