mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 23:27:04 +02:00
CI: github: add 'workflow_dispatch' on remaining build jobs
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.
This commit is contained in:
parent
da1331b0b5
commit
dee3f4b3ff
1
.github/workflows/cross-zoo.yml
vendored
1
.github/workflows/cross-zoo.yml
vendored
@ -6,6 +6,7 @@ name: Cross Compile
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 21 * *"
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
1
.github/workflows/fedora-rawhide.yml
vendored
1
.github/workflows/fedora-rawhide.yml
vendored
@ -3,6 +3,7 @@ name: Fedora/Rawhide/QuicTLS
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 25 * *"
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
1
.github/workflows/netbsd.yml
vendored
1
.github/workflows/netbsd.yml
vendored
@ -3,6 +3,7 @@ name: NetBSD
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 25 * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
gcc:
|
||||
|
1
.github/workflows/openssl-nodeprecated.yml
vendored
1
.github/workflows/openssl-nodeprecated.yml
vendored
@ -13,6 +13,7 @@ name: openssl no-deprecated
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * 4"
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
Loading…
Reference in New Issue
Block a user