git: 487c7245a789 - main - Revert "WIP: Cross-build github action on for-main"

From: Andrew Turner <andrew_at_FreeBSD.org>
Date: Tue, 08 Apr 2025 11:00:06 UTC
The branch main has been updated by andrew:

URL: https://cgit.FreeBSD.org/src/commit/?id=487c7245a7899fe5bbc7cea30cca36ce33360a45

commit 487c7245a7899fe5bbc7cea30cca36ce33360a45
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2025-04-08 10:59:48 +0000
Commit:     Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2025-04-08 10:59:48 +0000

    Revert "WIP: Cross-build github action on for-main"
    
    It shouldn't have been pushed
    
    This reverts commit d16397c1737f5f977e893daebde0e7009d6a9950.
---
 .github/workflows/cross-bootstrap-tools.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/cross-bootstrap-tools.yml b/.github/workflows/cross-bootstrap-tools.yml
index 516374ab4c7b..540e05cbd6e2 100644
--- a/.github/workflows/cross-bootstrap-tools.yml
+++ b/.github/workflows/cross-bootstrap-tools.yml
@@ -2,7 +2,7 @@ name: Cross-build Kernel
 
 on:
   push:
-    branches: [ main, 'stable/14', 'stable/13', 'for-main' ]
+    branches: [ main, 'stable/14', 'stable/13' ]
   pull_request:
     branches: [ main ]
   workflow_dispatch: