From 4263dcf7c78db7c0216f4708d9f0628fdb5069c8 Mon Sep 17 00:00:00 2001 From: landmanbester Date: Wed, 11 Dec 2024 19:04:38 +0200 Subject: [PATCH] test skip-ci --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: |