From e7f4296a1a4d318e319434f6bc893b360ccb7fe4 Mon Sep 17 00:00:00 2001 From: Kjell Morgenstern Date: Thu, 20 Jun 2024 10:58:54 +0200 Subject: [PATCH] Use newline separator, use develop branch as reference if not a pull request --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ff4d43f..fa1dee1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - name: Fzp validate run: fzp validate --dir ./core - check_modified_files_merge: + check_modified_files_pull_request: if: github.event_name == 'pull_request' runs-on: ubuntu-latest steps: @@ -75,6 +75,7 @@ jobs: files_ignore: | **/obsolete/** write_output_files: true + separator: "\n" - name: List changed files run: cat .github/outputs/all_changed_files.txt - name: Run fzp checker @@ -104,6 +105,8 @@ jobs: files_ignore: | **/obsolete/** write_output_files: true + separator: "\n" + since: "develop" - name: List changed files run: cat .github/outputs/all_changed_files.txt - name: Run fzp checker