Skip to content

Commit

Permalink
Updated file filter in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Natalia Luzuriaga <[email protected]>
  • Loading branch information
natalialuzuriaga committed Nov 22, 2024
1 parent a8b6b38 commit 14833aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checklistMarkdownToPDF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: tj-actions/changed-files@v45
with:
dir_names: "true"
dir_names_include_files: 'tier*/checklist.md'
dir_names_include_files: 'checklist.md'
- name: List all changed tier directories
id: list-dirs
env:
Expand Down

0 comments on commit 14833aa

Please sign in to comment.