From: William Lallemand Date: Mon, 25 Nov 2024 10:30:04 +0000 (+0100) Subject: CI: github: allow to run the Illumos job manually X-Git-Tag: v3.1.0~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=079193e375405895efbd3bd70d6509bfa9976bab;p=thirdparty%2Fhaproxy.git CI: github: allow to run the Illumos job manually Add the "workflow_dispatch" option to the Illumos CI so it can be run manually from the github actions page. --- diff --git a/.github/workflows/illumos.yml b/.github/workflows/illumos.yml index 0259bf1d51..0d4d5a3de0 100644 --- a/.github/workflows/illumos.yml +++ b/.github/workflows/illumos.yml @@ -3,6 +3,7 @@ name: Illumos on: schedule: - cron: "0 0 25 * *" + workflow_dispatch: jobs: gcc: