Skip to content

Commit d7edb92

Browse files
committed
ci/gha: run all github CI once a week on main
This is to ensure our CI is not rotting away when there are no new PRs or merges. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent c801239 commit d7edb92

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- main
88
- release-*
99
pull_request:
10+
schedule:
11+
# Runs at 00:00 UTC every Monday
12+
- cron: '0 0 * * 1'
1013
permissions:
1114
contents: read
1215

.github/workflows/validate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- main
88
- release-*
99
pull_request:
10+
schedule:
11+
# Runs at 00:00 UTC every Monday
12+
- cron: '0 0 * * 1'
1013
env:
1114
GO_VERSION: 1.24
1215
permissions:

0 commit comments

Comments
 (0)