From 079193e375405895efbd3bd70d6509bfa9976bab Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Mon, 25 Nov 2024 11:30:04 +0100 Subject: [PATCH] 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. --- .github/workflows/illumos.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/illumos.yml b/.github/workflows/illumos.yml index 0259bf1d5..0d4d5a3de 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: