Skip to content

Commit 74209b7

Browse files
committed
ci/gha: allow to run jobs manually
... or from another job. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 62e6ab6 commit 74209b7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- main
1111
- release-*
1212
pull_request:
13+
workflow_dispatch:
1314
permissions:
1415
contents: read
1516

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- main
88
- release-*
99
pull_request:
10+
workflow_dispatch:
1011
env:
1112
GO_VERSION: 1.24
1213
permissions:

0 commit comments

Comments
 (0)