mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-22 02:50:14 +10:00
ci(insider): use insider branch for dispatch [skip ci]
This commit is contained in:
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')
|
||||
|
||||
Reference in New Issue
Block a user