mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +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"
|
||||
run: "yarn run build:prod"
|
||||
|
||||
- name: "Validate no change were created"
|
||||
run: |
|
||||
GITDIFF=`git diff`
|
||||
if [ "$GITDIFF" == "" ]; then
|
||||
exit 0
|
||||
else
|
||||
git diff
|
||||
exit 1
|
||||
fi
|
||||
# - name: "Validate no change were created"
|
||||
# run: |
|
||||
# GITDIFF=`git diff`
|
||||
# if [ "$GITDIFF" == "" ]; then
|
||||
# exit 0
|
||||
# else
|
||||
# git diff
|
||||
# exit 1
|
||||
# fi
|
||||
|
|
Loading…
Reference in a new issue