Skip to content

Commit

Permalink
ci: run build workflows daily
Browse files Browse the repository at this point in the history
Let's have regular daily CI build test runs.

Signed-off-by: Andrii Nakryiko <[email protected]>
  • Loading branch information
anakryiko committed Mar 8, 2024
1 parent 18962e5 commit 0eb0675
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- master
pull_request:
schedule:
- cron: '7 17 * * *'

jobs:
build_libbpf_bootstrap_android:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- master
pull_request:
schedule:
- cron: '7 17 * * *'

jobs:
build_libbpf_bootstrap:
Expand Down

0 comments on commit 0eb0675

Please sign in to comment.