diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf8c6e0..c9d78c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,9 +20,7 @@ jobs: - name: Update Binaries run: ./update.sh - name: Verify Changes - run: | - changes="$(git status --porcelain '**/hello' '**/nanoserver*/hello.txt')" - test -z "$changes" + run: git diff --exit-code generate-jobs: needs: verify