mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 07:37:02 +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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 25 * *"
|
- cron: "0 0 25 * *"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
gcc:
|
gcc:
|
||||||
|
Loading…
Reference in New Issue
Block a user