As is, any webhook sent to xbbs seems to trigger a build job. For instance, putting something on a GitHub merge queue puts it on a readonly branch, which sends out a webhook. To fix this, filtering webhooks by the branch they originate from seems like a reasonable solution.
As is, any webhook sent to xbbs seems to trigger a build job. For instance, putting something on a GitHub merge queue puts it on a readonly branch, which sends out a webhook. To fix this, filtering webhooks by the branch they originate from seems like a reasonable solution.