mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-05 04:23:22 +02:00
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:
1
.github/workflows/illumos.yml
vendored
1
.github/workflows/illumos.yml
vendored
@@ -3,6 +3,7 @@ name: Illumos
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 25 * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
gcc:
|
||||
|
||||
Reference in New Issue
Block a user