]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: github: allow to run the Illumos job manually
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 25 Nov 2024 10:30:04 +0000 (11:30 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 25 Nov 2024 10:30:55 +0000 (11:30 +0100)
Add the "workflow_dispatch" option to the Illumos CI so it can be run
manually from the github actions page.

.github/workflows/illumos.yml

index 0259bf1d519aca8d4e56a216606db4fa8600ba85..0d4d5a3de0f48c06309f8567ea6631d9b085fbfb 100644 (file)
@@ -3,6 +3,7 @@ name: Illumos
 on:
   schedule:
     - cron: "0 0 25 * *"
+  workflow_dispatch:
 
 jobs:
   gcc: