Skip to content

Commit dee3f4b

Browse files
committed
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.
1 parent da1331b commit dee3f4b

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/cross-zoo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ name: Cross Compile
66
on:
77
schedule:
88
- cron: "0 0 21 * *"
9+
workflow_dispatch:
910

1011
permissions:
1112
contents: read

.github/workflows/fedora-rawhide.yml

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

78
permissions:
89
contents: read

.github/workflows/netbsd.yml

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

78
jobs:
89
gcc:

.github/workflows/openssl-nodeprecated.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ name: openssl no-deprecated
1313
on:
1414
schedule:
1515
- cron: "0 0 * * 4"
16+
workflow_dispatch:
1617

1718
permissions:
1819
contents: read

0 commit comments

Comments
 (0)