From d2c995a0c0334757887d7518c98496fd88818b63 Mon Sep 17 00:00:00 2001 From: Kjell Morgenstern Date: Thu, 20 Jun 2024 10:08:14 +0200 Subject: [PATCH] Checkout history to determine changes to upstream --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9b0e4ac..6ff4d43f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up Python 3.12 uses: actions/setup-python@v5 with: @@ -67,7 +69,6 @@ jobs: id: changed-files uses: tj-actions/changed-files@v44 with: - since_last_remote_commit: true files: | **/*.fzp **/*.svg @@ -85,6 +86,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up Python 3.12 uses: actions/setup-python@v5 with: @@ -95,7 +98,6 @@ jobs: id: changed-files uses: tj-actions/changed-files@v44 with: - since_last_remote_commit: true files: | **/*.fzp **/*.svg