From 4e7d4fecea84b99eda0d10d61dc831668537291d Mon Sep 17 00:00:00 2001 From: Manuel Lera-Ramirez Date: Tue, 15 Oct 2024 14:42:03 +0100 Subject: [PATCH] fix action --- .github/workflows/pydna_test_and_coverage_workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pydna_test_and_coverage_workflow.yml b/.github/workflows/pydna_test_and_coverage_workflow.yml index 159d8d08..09e2cd82 100644 --- a/.github/workflows/pydna_test_and_coverage_workflow.yml +++ b/.github/workflows/pydna_test_and_coverage_workflow.yml @@ -66,6 +66,8 @@ jobs: if: (matrix.codecov) id: changed-files uses: tj-actions/changed-files@v45 + with: + since_last_remote_commit: true - uses: actions/cache@v4 if: (matrix.codecov)