diff --git a/.github/workflows/IDC_1100_Public_Sycl_build.yml b/.github/workflows/IDC_1100_Public_Sycl_build.yml index e479271..17a80d8 100644 --- a/.github/workflows/IDC_1100_Public_Sycl_build.yml +++ b/.github/workflows/IDC_1100_Public_Sycl_build.yml @@ -4,11 +4,9 @@ on: push: branches: - wenjun/build_check - # workflow_dispatch: - # inputs: - # jax_commit: - # description: 'Specify the commit hash' - # default: 'master' + schedule: + # Set to "0 0 * * *" to run it at midnight every day. + - cron: '0 14 * * *' jobs: Sync-Build-CI: