mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-22 10:30:34 -04: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:
parent
22bd92a87f
commit
079193e375
1 changed files with 1 additions and 0 deletions
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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue