Skip to content

Commit

Permalink
[actions] There's no reason to keep testing a .NET-only configuration. (
Browse files Browse the repository at this point in the history
#21330)

Because there's nothing but .NET now.
  • Loading branch information
rolfbjarne committed Oct 2, 2024
1 parent c6d0e2a commit 5016fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-single-platform-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
set -ex
git config user.email "[email protected]"
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
Expand Down

0 comments on commit 5016fd7

Please sign in to comment.