From a39562ef3b71dc603c1e056c6b9033b5fd407ef6 Mon Sep 17 00:00:00 2001 From: "Liu, Wenjun" Date: Sun, 28 Apr 2024 10:09:19 +0800 Subject: [PATCH] change schedule --- .github/workflows/IDC_1100_Public_Sycl_build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/IDC_1100_Public_Sycl_build.yml b/.github/workflows/IDC_1100_Public_Sycl_build.yml index e2b0f88..e85e9c6 100644 --- a/.github/workflows/IDC_1100_Public_Sycl_build.yml +++ b/.github/workflows/IDC_1100_Public_Sycl_build.yml @@ -2,11 +2,9 @@ name: Public Sycl build run-name: Sync build is testing out GitHub Action on: push: - branches: - - wenjun/build_check schedule: # Set to "0 0 * * *" to run it at midnight every day. - - cron: '0 13 * * *' + - cron: '10 2 * * *' jobs: Sync-Build-CI: