From 5016fd763420e781d7306ca3d6662d8fadfa1e3c Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Tue, 1 Oct 2024 11:44:21 +0200 Subject: [PATCH] [actions] There's no reason to keep testing a .NET-only configuration. (#21330) Because there's nothing but .NET now. --- .github/workflows/update-single-platform-branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-single-platform-branches.yml b/.github/workflows/update-single-platform-branches.yml index 0a0deab61fa4..e5c75d63a120 100644 --- a/.github/workflows/update-single-platform-branches.yml +++ b/.github/workflows/update-single-platform-branches.yml @@ -28,7 +28,7 @@ jobs: set -ex git config user.email "github-actions-single-platform-branch-updater@xamarin.com" git config user.name "GitHub Actions Single Platform Branch Updater" - for platform in dotnet-iOS dotnet-tvOS dotnet-MacCatalyst dotnet-macOS dotnet; do + for platform in dotnet-iOS dotnet-tvOS dotnet-MacCatalyst dotnet-macOS; do git checkout -b release-test/only-$platform origin/release-test/only-$platform git merge origin/main git push