Skip to content

Commit 98f4468

Browse files
committed
hi
1 parent 78a1e36 commit 98f4468

73 files changed

Lines changed: 563 additions & 13411 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/compiler-promote.yml renamed to .github/workflows/archived/compiler-promote.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Compiler Promote Pipeline
33
# Triggered when a compiler draft release is published (manual approval gate).
44
# Dispatches a signed webhook to the CI server to start the actual build.
55
on:
6-
release:
7-
types: [published]
6+
workflow_dispatch: # Disabled: replaced by the database-driven release pipeline (release.md)
7+
88

99
permissions:
1010
contents: read

.github/workflows/archived/release-cli.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: CLI Publisher Pipeline
22

33
on:
4-
push:
5-
tags:
6-
- "cli/v*" # Trigger ONLY on CLI version tags
4+
workflow_dispatch: # Disabled: replaced by the database-driven release pipeline (release.md)
5+
76

87
permissions:
98
contents: read
File renamed without changes.

0 commit comments

Comments
 (0)