]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: github: add 'workflow_dispatch' on remaining build jobs
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 25 Nov 2024 13:03:13 +0000 (14:03 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 25 Nov 2024 13:03:13 +0000 (14:03 +0100)
Add 'workflow_dispatch' on the remaining scheduled build jobs that does
not have it.

This keyword allows to start manually a job from the "Actions" interface
in github.

.github/workflows/cross-zoo.yml
.github/workflows/fedora-rawhide.yml
.github/workflows/netbsd.yml
.github/workflows/openssl-nodeprecated.yml

index 82d903652fef77218db07cd808b9d748d90e568d..d6e5e083956f4709437759ce87cc9db0186e750b 100644 (file)
@@ -6,6 +6,7 @@ name: Cross Compile
 on:
   schedule:
     - cron: "0 0 21 * *"
+  workflow_dispatch:
 
 permissions:
   contents: read
index f1b1afaab84899f054d68a341df3f37d8acc927d..c320c8e66a4f954f0b98347641b3fc353d7d023f 100644 (file)
@@ -3,6 +3,7 @@ name: Fedora/Rawhide/QuicTLS
 on:
   schedule:
     - cron: "0 0 25 * *"
+  workflow_dispatch:
 
 permissions:
   contents: read
index c6b431acc1d8fe77c04f0296310163bef40f913c..bb1c5cc85f9d5c88abf063fd82eb1746f274e288 100644 (file)
@@ -3,6 +3,7 @@ name: NetBSD
 on:
   schedule:
     - cron: "0 0 25 * *"
+  workflow_dispatch:
 
 jobs:
   gcc:
index a04c6cbfe566ca7a866c6791221e1d2b806461eb..a9237fb17ac569f5d21b5683298f3875763e6405 100644 (file)
@@ -13,6 +13,7 @@ name: openssl no-deprecated
 on:
   schedule:
   - cron: "0 0 * * 4"
+  workflow_dispatch:
 
 permissions:
   contents: read