Skip to content

Commit a18aba7

Browse files
committed
[release-1.3] allow scheduled CI runs
This is needed by opencontainers#4760. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
1 parent 971739f commit a18aba7

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: # Allow it to be triggered via scheduled.yml
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: # Allow it to be triggered via scheduled.yml
1011
env:
1112
GO_VERSION: 1.24
1213
permissions:

0 commit comments

Comments
 (0)