Skip to content

Commit fa5d09c

Browse files
authored
YETUS-1248. create workflow_dispatch to all workflows (#338)
1 parent 3669a28 commit fa5d09c

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/action-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
---
1717
name: Action Test
1818

19-
on: [push, pull_request] # yamllint disable-line rule:truthy
19+
on: [push, pull_request, workflow_dispatch] # yamllint disable-line rule:truthy
2020

2121
jobs:
2222
build:

.github/workflows/ghcr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ on: # yamllint disable-line rule:truthy
2424
- rel/*
2525
schedule:
2626
- cron: '5 12 * * 6' # UTC
27+
workflow_dispatch:
2728

2829
jobs:
2930
deploy:

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
---
1717
name: linkcheck
1818

19-
on: [push, pull_request] # yamllint disable-line rule:truthy
19+
on: [push, pull_request, workflow_dispatch] # yamllint disable-line rule:truthy
2020

2121

2222
#

.github/workflows/yetus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
---
1717
name: Apache Yetus
1818

19-
on: [push, pull_request] # yamllint disable-line rule:truthy
19+
on: [push, pull_request, workflow_dispatch] # yamllint disable-line rule:truthy
2020

2121
permissions:
2222
statuses: write

0 commit comments

Comments
 (0)