Skip to content

Commit 8dea69a

Browse files
HackingGateclaude
andcommitted
Skip paths-filter for workflow_dispatch events
The dorny/paths-filter action requires a 'before' field in the event payload, which doesn't exist for workflow_dispatch. Skip it since manual dispatch handles matrix setup independently. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 52b7f7a commit 8dea69a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test_typst_out_action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
fetch-depth: 0
5656

5757
- name: Check for workflow changes
58+
if: github.event_name != 'workflow_dispatch'
5859
uses: dorny/paths-filter@v3
5960
id: filter
6061
with:

0 commit comments

Comments
 (0)