From a1596219f8647d140f0bd2df4a73e8cbd5f2ece3 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Mon, 30 Sep 2024 16:52:47 +0200 Subject: [PATCH] [actions] There's no reason to keep testing a .NET-only configuration. 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