Skip to content

Commit 538bbdb

Browse files
committed
Drop channel input and REVERTME pin
The channel dispatch input was passed as dev-channel to the shared workflow. That feature was dropped from images-shared#480 (Workbench preview branch override is handled separately via BAKERY_WORKBENCH_RELEASE_BRANCH). Remove the input and the pass-through so the manual-dispatch form doesn't advertise an unused knob. Also drops the REVERTME pin that held the shared workflow at the abandoned release-stream-filter branch — bakery-build-native.yml on main (via #480) now accepts image-version and dev-stream, so @main is the correct ref.
1 parent b8d469a commit 538bbdb

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/development.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ on:
1010
description: "Dev stream to build (e.g. 'daily')"
1111
required: false
1212
type: string
13-
channel:
14-
description: "Upstream channel reference (e.g. branch codename)"
15-
required: false
16-
type: string
1713

1814
schedule:
1915
# Hourly rebuild of dev images
@@ -74,7 +70,6 @@ jobs:
7470
matrix-versions: "exclude"
7571
image-version: ${{ inputs.version }}
7672
dev-stream: ${{ inputs.stream }}
77-
dev-channel: ${{ inputs.channel }}
7873
# Push on merges to main, scheduled rebuilds, and dispatches targeting main.
7974
push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' }}
8075

0 commit comments

Comments
 (0)