mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 15:17:01 +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:
parent
22bd92a87f
commit
079193e375
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 New Issue
Block a user