Skip to content

fix: remove duplicate repository_dispatch key in build.yml#8

Merged
ppenna merged 1 commit into
mainfrom
bugfix-remove-duplicate-dispatch
Apr 24, 2026
Merged

fix: remove duplicate repository_dispatch key in build.yml#8
ppenna merged 1 commit into
mainfrom
bugfix-remove-duplicate-dispatch

Conversation

@ppenna

@ppenna ppenna commented Apr 24, 2026

Copy link
Copy Markdown
Contributor

Problem

The merge of PR #7 resulted in a duplicate repository_dispatch key in the on: trigger block of build.yml. Duplicate mapping keys are invalid YAML, causing GitHub Actions to fail to parse the workflow — run #24869158856 completed with 0 jobs.

Fix

Remove the duplicate repository_dispatch block, keeping just one.

The workflow had two repository_dispatch keys in the 'on' trigger block,
which is invalid YAML (duplicate mapping keys). This caused GitHub
Actions to fail to parse the workflow, resulting in 0 jobs running.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@ppenna ppenna merged commit 34a3641 into main Apr 24, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant