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

This commit is contained in:
Baptiste Augrain
2026-04-28 12:38:13 +02:00
parent f4d12efa85
commit 83452e4c58
3 changed files with 6 additions and 4 deletions

View File

@@ -12,8 +12,6 @@ on:
dont_dispatch:
type: boolean
description: Disable dispatch
schedule:
- cron: 0 7 * * *
env:
APP_NAME: VSCodium

View File

@@ -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
View 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