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:
William Lallemand 2024-11-25 14:03:13 +01:00
parent da1331b0b5
commit dee3f4b3ff
4 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,7 @@ name: Cross Compile
on:
schedule:
- cron: "0 0 21 * *"
workflow_dispatch:
permissions:
contents: read

View File

@ -3,6 +3,7 @@ name: Fedora/Rawhide/QuicTLS
on:
schedule:
- cron: "0 0 25 * *"
workflow_dispatch:
permissions:
contents: read

View File

@ -3,6 +3,7 @@ name: NetBSD
on:
schedule:
- cron: "0 0 25 * *"
workflow_dispatch:
jobs:
gcc:

View File

@ -13,6 +13,7 @@ name: openssl no-deprecated
on:
schedule:
- cron: "0 0 * * 4"
workflow_dispatch:
permissions:
contents: read