Skip to content

Commit c86d5a8

Browse files
committed
ci: run build workflows daily
Let's have regular daily CI build test runs. Signed-off-by: Andrii Nakryiko <[email protected]>
1 parent 4b20731 commit c86d5a8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build-android.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- master
77
pull_request:
8+
schedule:
9+
- cron: '7 17 * * *'
810

911
jobs:
1012
build_libbpf_bootstrap_android:

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- master
77
pull_request:
8+
schedule:
9+
- cron: '7 17 * * *'
810

911
jobs:
1012
build_libbpf_bootstrap:

0 commit comments

Comments
 (0)