From 385cb52299e59bdbf39b5534aba77c2bb8521505 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Sun, 22 Oct 2023 12:46:31 -0400 Subject: [PATCH] .github: add scheduled build We've been seeing failures in bpf-linker that seems related to this crate. Add a daily run so we find out about issues eagerly. --- .github/workflows/ci.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 974f0d1..2d8b062 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,15 @@ name: Build on: push: - branches: [main] + branches: + - main + pull_request: - branches: [main] + branches: + - main + + schedule: + - cron: 00 4 * * * jobs: ci: