Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Feb 2024 04:08:15 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 78cc45712350 - main - .github: Enable manually running github actions
Message-ID:  <202402030408.41348FP4065851@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=78cc45712350d81d848706a77f28f90cc51ebfaf

commit 78cc45712350d81d848706a77f28f90cc51ebfaf
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2023-10-27 16:02:55 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-02-03 04:05:49 +0000

    .github: Enable manually running github actions
    
    Sponsored by:   Arm Ltd
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/878
---
 .github/workflows/cross-bootstrap-tools.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/cross-bootstrap-tools.yml b/.github/workflows/cross-bootstrap-tools.yml
index 192249eff9a3..d2dcf2aaa6f3 100644
--- a/.github/workflows/cross-bootstrap-tools.yml
+++ b/.github/workflows/cross-bootstrap-tools.yml
@@ -5,6 +5,7 @@ on:
     branches: [ main, 'stable/14', 'stable/13' ]
   pull_request:
     branches: [ main ]
+  workflow_dispatch:
 
 permissions:
   contents: read



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402030408.41348FP4065851>