Skip to content

Commit c26e5c3

Browse files
committed
cutover stage 3: drop aws-deployment-plan trigger
Workflow now triggers on `talos` only. The companion OIDC trust-policy narrowing on the talos repo (infra/envs/prod/main.tf) lands via the signed release ceremony; after it applies, this aws-deployment-plan branch can be deleted.
1 parent e80d1ed commit c26e5c3

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/aws-deployment.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ name: AWS — build runner image
55
# `bun run release:propose` in the talos repo so a deliberate human
66
# approves what deploys.
77
#
8-
# Triggers on the canonical `talos` branch (post-cutover from Railway).
9-
# `aws-deployment-plan` is also accepted during the transition window;
10-
# drop it once that branch is retired.
8+
# Triggers on `talos`.
119
#
1210
# Requires the TALOS_DEPLOY_KEY secret to already be configured (same
1311
# secret the existing `talos.yml` workflow uses for @talos/client install).
@@ -17,7 +15,7 @@ name: AWS — build runner image
1715

1816
on:
1917
push:
20-
branches: [talos, aws-deployment-plan]
18+
branches: [talos]
2119
workflow_dispatch:
2220

2321
permissions:

0 commit comments

Comments
 (0)