Skip to content

Commit 079193e

Browse files
committed
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.
1 parent 22bd92a commit 079193e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/illumos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Illumos
33
on:
44
schedule:
55
- cron: "0 0 25 * *"
6+
workflow_dispatch:
67

78
jobs:
89
gcc:

0 commit comments

Comments
 (0)