diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64110f1..ca15143 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,9 +35,7 @@ jobs: git add --all git -c user.name="CI Bot" -c user.email="<>" commit -m "initial state" addlicense ./ - if [[ -n $(git diff) ]]; then - exit 1 - fi + test -z $(git diff --name-only | tee /dev/stderr) - name: Setup Cluster run: | set -x