From cd073afbcd6dae71831d8394ec9286c070bdfe90 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sat, 15 Mar 2025 18:35:53 +0100 Subject: [PATCH] Disable changed files - PR testing not possible --- .../workflows/download-and-test-external.yml | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/download-and-test-external.yml b/.github/workflows/download-and-test-external.yml index 4cb58c18..6755045b 100644 --- a/.github/workflows/download-and-test-external.yml +++ b/.github/workflows/download-and-test-external.yml @@ -94,13 +94,13 @@ jobs: fetch-depth: '2' clean: false - - name: Get changed files - id: changed-files - uses: tj-actions/changed-files@v43 - with: - path: os - files: | - external/*.conf +# - name: Get changed files +# id: changed-files +# uses: tj-actions/changed-files@v43 +# with: +# path: os +# files: | +# external/*.conf - name: Build list id: lists @@ -338,13 +338,13 @@ jobs: fetch-depth: '2' clean: false - - name: Get changed files - id: changed-files - uses: tj-actions/changed-files@v43 - with: - path: os - files: | - external/*.conf +# - name: Get changed files +# id: changed-files +# uses: tj-actions/changed-files@v43 +# with: +# path: os +# files: | +# external/*.conf - name: "Make JSON" id: json