fix(linux): update patch for reh

This commit is contained in:
Baptiste Augrain
2024-08-18 12:01:40 +02:00
parent 53ca646162
commit f10855ca77
2 changed files with 7 additions and 13 deletions

View File

@@ -78,10 +78,4 @@ 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')