Skip to content

Commit

Permalink
Attempt to fix path filtering on main branch (#312)
Browse files Browse the repository at this point in the history
Follow up to #311. This attempts to fix the path filtering code erroring
on main branch. See:
dorny/paths-filter#212 (comment)
  • Loading branch information
mattleff committed Jun 10, 2024
1 parent 1041f67 commit 11aa849
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/generate-icml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
# Expose matched filters as job 'books' output variable
books: ${{ steps.filter.outputs.changes }}
steps:
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
id: filter
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/generate-pdfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
# Expose matched filters as job 'books' output variable
books: ${{ steps.filter.outputs.changes }}
steps:
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
id: filter
with:
Expand Down
2 changes: 1 addition & 1 deletion .tooling
Submodule .tooling updated 0 files

0 comments on commit 11aa849

Please sign in to comment.