Skip to content

Commit

Permalink
Use newline separator, use develop branch as reference if not a pull …
Browse files Browse the repository at this point in the history
…request
  • Loading branch information
Kjell Morgenstern committed Jun 20, 2024
1 parent d2c995a commit e7f4296
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e7f4296

Please sign in to comment.