Skip to content

Commit 5149c70

Browse files
committed
Trigger on added files
Cowsay involves writing brand new files
1 parent ab33fa5 commit 5149c70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate-pr-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
shell: bash
5151
- name: test implement-cowsay
5252
id: test-implement-cowsay
53-
if: contains(steps.changed-files.outputs.modified_files, 'implement-cowsay/')
53+
if: contains(steps.changed-files.outputs.all_modified_files, 'implement-cowsay/')
5454
run: ./test-sdc.sh implement-cowsay
5555
shell: bash
5656
- name: make output comment

0 commit comments

Comments
 (0)