ci: disable automated spearheads since, now, they always need to be manually validated

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