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