mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-25 04:10:15 +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
|
uses: peter-evans/repository-dispatch@v3
|
||||||
with:
|
with:
|
||||||
event-type: 'insider'
|
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')
|
if: github.event.inputs.dont_dispatch != 'true' && (env.SHOULD_BUILD == 'yes' || github.event.inputs.force_dispatch == 'true')
|
||||||
|
|||||||
Reference in New Issue
Block a user