Skip to content

Commit 8f8a31c

Browse files
committed
ci: add workflow_dispatch to all workflows
Signed-off-by: Benno Lossin <[email protected]>
1 parent 8374f9d commit 8f8a31c

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ permissions:
22
contents: read
33
on:
44
pull_request:
5+
workflow_dispatch:
6+
57
name: CI
68
jobs:
79
fmt:

.github/workflows/scheduled.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
pull_request:
77
schedule:
88
- cron: '7 7 * * *'
9+
workflow_dispatch:
10+
911
name: rolling
1012
jobs:
1113
nightly:

.github/workflows/sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [kernel, next]
66
schedule:
77
- cron: '7 7 * * *'
8+
workflow_dispatch:
9+
810
name: sync-check
911
jobs:
1012
torvalds:

0 commit comments

Comments
 (0)