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.
This commit is contained in:
William Lallemand 2024-11-25 11:30:04 +01:00
parent 22bd92a87f
commit 079193e375

View File

@ -3,6 +3,7 @@ name: Illumos
on:
schedule:
- cron: "0 0 25 * *"
workflow_dispatch:
jobs:
gcc: