mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-07 07:58:48 +00:00
Disable assets check
This commit is contained in:
parent
d9bc425e1a
commit
c09b4bbea5
1 changed files with 9 additions and 9 deletions
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
|
||||||
|
|
Loading…
Reference in a new issue