mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 11:50:14 +10:00
ci: add new flag [skip ci]
This commit is contained in:
5
.github/workflows/insider-spearhead.yml
vendored
5
.github/workflows/insider-spearhead.yml
vendored
@@ -9,6 +9,9 @@ on:
|
|||||||
force_dispatch:
|
force_dispatch:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: Force dispatch
|
description: Force dispatch
|
||||||
|
dont_update:
|
||||||
|
type: boolean
|
||||||
|
description: Don't update VSCode
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 7 * * *'
|
- cron: '0 7 * * *'
|
||||||
|
|
||||||
@@ -55,7 +58,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.STRONGER_GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.STRONGER_GITHUB_TOKEN }}
|
||||||
GITHUB_USERNAME: ${{ github.repository_owner }}
|
GITHUB_USERNAME: ${{ github.repository_owner }}
|
||||||
if: env.SHOULD_BUILD == 'yes'
|
if: env.SHOULD_BUILD == 'yes' && github.event.inputs.dont_update != 'true'
|
||||||
|
|
||||||
- name: Prepare source
|
- name: Prepare source
|
||||||
run: ./prepare_src.sh
|
run: ./prepare_src.sh
|
||||||
|
|||||||
5
.github/workflows/stable-spearhead.yml
vendored
5
.github/workflows/stable-spearhead.yml
vendored
@@ -9,6 +9,9 @@ on:
|
|||||||
force_dispatch:
|
force_dispatch:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: Force dispatch
|
description: Force dispatch
|
||||||
|
dont_update:
|
||||||
|
type: boolean
|
||||||
|
description: Don't update VSCode
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 18 * * *'
|
- cron: '0 18 * * *'
|
||||||
|
|
||||||
@@ -53,7 +56,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.STRONGER_GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.STRONGER_GITHUB_TOKEN }}
|
||||||
GITHUB_USERNAME: ${{ github.repository_owner }}
|
GITHUB_USERNAME: ${{ github.repository_owner }}
|
||||||
if: env.SHOULD_BUILD == 'yes'
|
if: env.SHOULD_BUILD == 'yes' && github.event.inputs.dont_update != 'true'
|
||||||
|
|
||||||
- name: Prepare source
|
- name: Prepare source
|
||||||
run: ./prepare_src.sh
|
run: ./prepare_src.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user