diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c2c5cac..2810dad1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,11 @@ jobs: outputs: run: ${{ steps.check.outputs.should_run }} steps: + - name: Checkout repository + uses: actions/checkout@v4 + with: + fetch-depth: 0 # This ensures we have access to the commit history + - id: check shell: bash run: |