mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-12-23 08:52:43 +03:00
ci(insider): use insider branch for dispatch [skip ci]
This commit is contained in:
parent
5d1d56247d
commit
98747a7251
6
.github/workflows/insider-spearhead.yml
vendored
6
.github/workflows/insider-spearhead.yml
vendored
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user