From 620262d98c8f0ae8a07ad53ddc8f90a737e44301 Mon Sep 17 00:00:00 2001 From: mr-forust Date: Sat, 4 Jul 2026 00:55:46 +0200 Subject: [PATCH] ci: fetch full history for change detection after rebase --- .gitea/workflows/ci.yaml | 2 ++ .github/workflows/ci.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 5b86ae7..52f1867 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -127,6 +127,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Detect changed docker-built services id: services diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5b86ae7..52f1867 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -127,6 +127,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Detect changed docker-built services id: services