The CI testing will execute automatically once a week on Thursday 3PM UTC. Signed-off-by: Yordan Karadzhov (VMware) <y.karadz@xxxxxxxxx> --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4125354..925e235 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,9 @@ name: KernelShark CI (CMAKE) -on: [push] +on: + push: + schedule: + - cron: '0 15 * * THU' env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) -- 2.27.0