diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 901260718d..333db1dbb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Validate that the list images-list is sorted correctly run: grep -vE '^\s*(#|//)' images-list | sort -Vc