ci(insider): use insider branch for dispatch [skip ci]

This commit is contained in:
Baptiste Augrain 2024-08-13 12:11:14 +02:00
parent 5d1d56247d
commit 98747a7251

View File

@ -78,4 +78,10 @@ jobs:
uses: peter-evans/repository-dispatch@v3
with:
event-type: 'insider'
client-payload: |-
{
"repo": {
"branch": "insider"
}
}
if: github.event.inputs.dont_dispatch != 'true' && (env.SHOULD_BUILD == 'yes' || github.event.inputs.force_dispatch == 'true')