From cd460d69d6a5c53c1b70068724cfe992bf74a6ed Mon Sep 17 00:00:00 2001 From: Leo Dion Date: Tue, 30 Jun 2026 11:37:15 -0400 Subject: [PATCH] chore: drop obsolete scheme input from example workflows (#403) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit brightdigit/swift-build@v1 no longer needs an explicit scheme — the MistKit and MistDemo workflows already omit it. Remove the now-obsolete `scheme:` input from the BushelCloud and CelestraCloud workflows to match. These are subrepo workflows; propagate upstream via `git subrepo push` after review. (ConfigKeyKit is excluded — that subrepo is being removed entirely in a separate PR.) Co-Authored-By: Claude Opus 4.8 (1M context) --- Examples/BushelCloud/.github/workflows/BushelCloud.yml | 2 -- Examples/CelestraCloud/.github/workflows/CelestraCloud.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/Examples/BushelCloud/.github/workflows/BushelCloud.yml b/Examples/BushelCloud/.github/workflows/BushelCloud.yml index 2d5732aa..db264b34 100644 --- a/Examples/BushelCloud/.github/workflows/BushelCloud.yml +++ b/Examples/BushelCloud/.github/workflows/BushelCloud.yml @@ -193,7 +193,6 @@ jobs: id: build uses: brightdigit/swift-build@v1 with: - scheme: ${{ env.PACKAGE_NAME }}-Package type: ${{ matrix.type }} xcode: ${{ matrix.xcode }} deviceName: ${{ matrix.deviceName }} @@ -263,7 +262,6 @@ jobs: id: build uses: brightdigit/swift-build@v1 with: - scheme: ${{ env.PACKAGE_NAME }}-Package type: ${{ matrix.type }} xcode: ${{ matrix.xcode }} deviceName: ${{ matrix.deviceName }} diff --git a/Examples/CelestraCloud/.github/workflows/CelestraCloud.yml b/Examples/CelestraCloud/.github/workflows/CelestraCloud.yml index c9c225be..d7909670 100644 --- a/Examples/CelestraCloud/.github/workflows/CelestraCloud.yml +++ b/Examples/CelestraCloud/.github/workflows/CelestraCloud.yml @@ -196,7 +196,6 @@ jobs: id: build uses: brightdigit/swift-build@v1 with: - scheme: ${{ env.PACKAGE_NAME }}-Package type: ${{ matrix.type }} xcode: ${{ matrix.xcode }} deviceName: ${{ matrix.deviceName }} @@ -264,7 +263,6 @@ jobs: id: build uses: brightdigit/swift-build@v1 with: - scheme: ${{ env.PACKAGE_NAME }}-Package type: ${{ matrix.type }} xcode: ${{ matrix.xcode }} deviceName: ${{ matrix.deviceName }}