From 78cc45712350d81d848706a77f28f90cc51ebfaf Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Fri, 27 Oct 2023 17:02:55 +0100 Subject: [PATCH] .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 192249eff9a..d2dcf2aaa6f 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