fix(ci): gate aur publish on metadata check #9
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/sioyek-dev!9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/gate-publish-on-quality"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The AUR publish workflow pushes package metadata directly on main PKGBUILD changes without a separate validation gate.
Solution
Add a Package Metadata job that verifies makepkg can generate .SRCINFO, then make the Publish job depend on it. The publish job is restricted to refs/heads/main so manual dispatches do not publish arbitrary branches.
Verification