Filtering in conditional build configuration with branch/only works fine when the webhook activates a build in AppVeyor. Following example builds show that only the job for the current branch allowed is running:
But when pressing Re-build PR or Re-build commit in the AppVeyor Web UI, AppVeyor runs all jobs from the matrix without respecting branch/only filtering:
Tested with
v7.0.2942
+ Gitea1.15.6
Issue Description
Filtering in conditional build configuration with
branch/only
works fine when the webhook activates a build in AppVeyor. Following example builds show that only the job for the current branch allowed is running:But when pressing Re-build PR or Re-build commit in the AppVeyor Web UI, AppVeyor runs all jobs from the matrix without respecting
branch/only
filtering: