mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-05-29 00:17:50 +08:00
ci: disable automated spearheads since, now, they always need to be manually validated
Some checks failed
CI - Build - Linux / compile (push) Has been cancelled
CI - Build - macOS / build ([self-hosted macOS ARM64], arm64) (push) Has been cancelled
CI - Build - macOS / build (macos-15-intel, x64) (push) Has been cancelled
CI - Build - Windows / compile (push) Has been cancelled
Lint - zizmor / zizmor (push) Has been cancelled
CI - Build - Linux / build (vscodium/vscodium-linux-build-agent:crimson-loong64, loong64, LOONG64, loong64) (push) Has been cancelled
CI - Build - Linux / build (vscodium/vscodium-linux-build-agent:focal-arm64, arm64, ARM64, arm64) (push) Has been cancelled
CI - Build - Linux / build (vscodium/vscodium-linux-build-agent:focal-armhf, arm, ARM32, armhf) (push) Has been cancelled
CI - Build - Linux / build (vscodium/vscodium-linux-build-agent:focal-ppc64le, ppc64, PPC64, ppc64le) (push) Has been cancelled
CI - Build - Linux / build (vscodium/vscodium-linux-build-agent:focal-riscv64, riscv64, RISCV64, riscv64) (push) Has been cancelled
CI - Build - Linux / build (vscodium/vscodium-linux-build-agent:focal-x64, x64, X64, x64) (push) Has been cancelled
CI - Build - Linux / reh_linux (arm, ARM32, armhf) (push) Has been cancelled
CI - Build - Linux / reh_linux (arm64, ARM64, arm64) (push) Has been cancelled
CI - Build - Linux / reh_linux (loong64, LOONG64, loong64) (push) Has been cancelled
CI - Build - Linux / reh_linux (ppc64, PPC64, ppc64le) (push) Has been cancelled
CI - Build - Linux / reh_linux (riscv64, RISCV64, riscv64) (push) Has been cancelled
CI - Build - Linux / reh_linux (s390x, S390X, s390x) (push) Has been cancelled
CI - Build - Linux / reh_linux (x64, X64, x64) (push) Has been cancelled
CI - Build - Linux / reh_alpine (arm64, ARM64, arm64) (push) Has been cancelled
CI - Build - Linux / reh_alpine (x64, X64, x64) (push) Has been cancelled
CI - Build - Windows / build (arm64) (push) Has been cancelled
CI - Build - Windows / build (x64) (push) Has been cancelled
Moderation - Stale Issues & PR / stale (push) Has been cancelled
Moderation - Lock Closed Threads / lock (push) Has been cancelled
Some checks failed
CI - Build - Linux / compile (push) Has been cancelled
CI - Build - macOS / build ([self-hosted macOS ARM64], arm64) (push) Has been cancelled
CI - Build - macOS / build (macos-15-intel, x64) (push) Has been cancelled
CI - Build - Windows / compile (push) Has been cancelled
Lint - zizmor / zizmor (push) Has been cancelled
CI - Build - Linux / build (vscodium/vscodium-linux-build-agent:crimson-loong64, loong64, LOONG64, loong64) (push) Has been cancelled
CI - Build - Linux / build (vscodium/vscodium-linux-build-agent:focal-arm64, arm64, ARM64, arm64) (push) Has been cancelled
CI - Build - Linux / build (vscodium/vscodium-linux-build-agent:focal-armhf, arm, ARM32, armhf) (push) Has been cancelled
CI - Build - Linux / build (vscodium/vscodium-linux-build-agent:focal-ppc64le, ppc64, PPC64, ppc64le) (push) Has been cancelled
CI - Build - Linux / build (vscodium/vscodium-linux-build-agent:focal-riscv64, riscv64, RISCV64, riscv64) (push) Has been cancelled
CI - Build - Linux / build (vscodium/vscodium-linux-build-agent:focal-x64, x64, X64, x64) (push) Has been cancelled
CI - Build - Linux / reh_linux (arm, ARM32, armhf) (push) Has been cancelled
CI - Build - Linux / reh_linux (arm64, ARM64, arm64) (push) Has been cancelled
CI - Build - Linux / reh_linux (loong64, LOONG64, loong64) (push) Has been cancelled
CI - Build - Linux / reh_linux (ppc64, PPC64, ppc64le) (push) Has been cancelled
CI - Build - Linux / reh_linux (riscv64, RISCV64, riscv64) (push) Has been cancelled
CI - Build - Linux / reh_linux (s390x, S390X, s390x) (push) Has been cancelled
CI - Build - Linux / reh_linux (x64, X64, x64) (push) Has been cancelled
CI - Build - Linux / reh_alpine (arm64, ARM64, arm64) (push) Has been cancelled
CI - Build - Linux / reh_alpine (x64, X64, x64) (push) Has been cancelled
CI - Build - Windows / build (arm64) (push) Has been cancelled
CI - Build - Windows / build (x64) (push) Has been cancelled
Moderation - Stale Issues & PR / stale (push) Has been cancelled
Moderation - Lock Closed Threads / lock (push) Has been cancelled
This commit is contained in:
@@ -12,8 +12,6 @@ on:
|
||||
dont_dispatch:
|
||||
type: boolean
|
||||
description: Disable dispatch
|
||||
schedule:
|
||||
- cron: 0 7 * * *
|
||||
|
||||
env:
|
||||
APP_NAME: VSCodium
|
||||
|
||||
@@ -12,8 +12,6 @@ on:
|
||||
dont_dispatch:
|
||||
type: boolean
|
||||
description: Disable dispatch
|
||||
schedule:
|
||||
- cron: 0 18 * * *
|
||||
|
||||
env:
|
||||
APP_NAME: VSCodium
|
||||
|
||||
6
.github/zizmor.yml
vendored
Normal file
6
.github/zizmor.yml
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
rules:
|
||||
superfluous-actions:
|
||||
ignore:
|
||||
# allows `svenstaro/upload-release-action` action
|
||||
- publish-insider-linux.yml:482
|
||||
- publish-stable-linux.yml:487
|
||||
Reference in New Issue
Block a user