The plugin workflow runs after pushes to main, but it compares HEAD with origin/main. Both refs point to the pushed commit, so every plugin job is skipped.
The latest main run skipped the kmesh build even though the merge changed that plugin: workflow run.
PR runs are not affected. The push comparison should use the previous commit from the push event.
The plugin workflow runs after pushes to
main, but it comparesHEADwithorigin/main. Both refs point to the pushed commit, so every plugin job is skipped.The latest main run skipped the
kmeshbuild even though the merge changed that plugin: workflow run.PR runs are not affected. The push comparison should use the previous commit from the push event.