From: William Lallemand Date: Mon, 25 Nov 2024 13:03:13 +0000 (+0100) Subject: CI: github: add 'workflow_dispatch' on remaining build jobs X-Git-Tag: v3.1.0~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dee3f4b3ffabcfd10e9d30adbc25a55e265777f9;p=thirdparty%2Fhaproxy.git CI: github: add 'workflow_dispatch' on remaining build jobs Add 'workflow_dispatch' on the remaining scheduled build jobs that does not have it. This keyword allows to start manually a job from the "Actions" interface in github. --- diff --git a/.github/workflows/cross-zoo.yml b/.github/workflows/cross-zoo.yml index 82d903652f..d6e5e08395 100644 --- a/.github/workflows/cross-zoo.yml +++ b/.github/workflows/cross-zoo.yml @@ -6,6 +6,7 @@ name: Cross Compile on: schedule: - cron: "0 0 21 * *" + workflow_dispatch: permissions: contents: read diff --git a/.github/workflows/fedora-rawhide.yml b/.github/workflows/fedora-rawhide.yml index f1b1afaab8..c320c8e66a 100644 --- a/.github/workflows/fedora-rawhide.yml +++ b/.github/workflows/fedora-rawhide.yml @@ -3,6 +3,7 @@ name: Fedora/Rawhide/QuicTLS on: schedule: - cron: "0 0 25 * *" + workflow_dispatch: permissions: contents: read diff --git a/.github/workflows/netbsd.yml b/.github/workflows/netbsd.yml index c6b431acc1..bb1c5cc85f 100644 --- a/.github/workflows/netbsd.yml +++ b/.github/workflows/netbsd.yml @@ -3,6 +3,7 @@ name: NetBSD on: schedule: - cron: "0 0 25 * *" + workflow_dispatch: jobs: gcc: diff --git a/.github/workflows/openssl-nodeprecated.yml b/.github/workflows/openssl-nodeprecated.yml index a04c6cbfe5..a9237fb17a 100644 --- a/.github/workflows/openssl-nodeprecated.yml +++ b/.github/workflows/openssl-nodeprecated.yml @@ -13,6 +13,7 @@ name: openssl no-deprecated on: schedule: - cron: "0 0 * * 4" + workflow_dispatch: permissions: contents: read