diff --git a/.daisy/c_docc.yml b/.daisy/c_docc.yml index a3c4e04..397e69a 100644 --- a/.daisy/c_docc.yml +++ b/.daisy/c_docc.yml @@ -4,11 +4,14 @@ on: - main pull_request: types: [opened, reopened, synchronize, ready_for_review] + schedule: + - cron: "0 0 */2 * *" parameters: timeout: 20 partitions: - bellis5 + - chamomile steps: build: | diff --git a/.daisy/c_gcc.yml b/.daisy/c_gcc.yml index 542091f..ece8c96 100644 --- a/.daisy/c_gcc.yml +++ b/.daisy/c_gcc.yml @@ -4,6 +4,8 @@ on: - main pull_request: types: [opened, reopened, synchronize, ready_for_review] + schedule: + - cron: "0 0 */2 * *" parameters: partitions: diff --git a/.daisy/cuda.yml b/.daisy/cuda.yml index a9927e7..4584cc9 100644 --- a/.daisy/cuda.yml +++ b/.daisy/cuda.yml @@ -4,6 +4,8 @@ on: - main pull_request: types: [opened, reopened, synchronize, ready_for_review] + schedule: + - cron: "0 0 */2 * *" parameters: timeout: 10 diff --git a/.daisy/onnx.yml b/.daisy/onnx.yml index c742e3e..c325c9d 100644 --- a/.daisy/onnx.yml +++ b/.daisy/onnx.yml @@ -4,6 +4,8 @@ on: - main pull_request: types: [opened, reopened, synchronize, ready_for_review] + schedule: + - cron: "0 0 */2 * *" parameters: timeout: 30 diff --git a/.daisy/python_apt.yml b/.daisy/python_apt.yml index 9564cd3..13bc223 100644 --- a/.daisy/python_apt.yml +++ b/.daisy/python_apt.yml @@ -4,6 +4,8 @@ on: - main pull_request: types: [opened, reopened, synchronize, ready_for_review] + schedule: + - cron: "0 0 */2 * *" parameters: timeout: 20 diff --git a/.daisy/python_venv.yml b/.daisy/python_venv.yml index 1ee8d0e..c7ed591 100644 --- a/.daisy/python_venv.yml +++ b/.daisy/python_venv.yml @@ -4,6 +4,8 @@ on: - main pull_request: types: [opened, reopened, synchronize, ready_for_review] + schedule: + - cron: "0 0 */2 * *" parameters: timeout: 20 diff --git a/.daisy/tenstorrent_metalium.yml b/.daisy/tenstorrent_metalium.yml index f35157a..daced6f 100644 --- a/.daisy/tenstorrent_metalium.yml +++ b/.daisy/tenstorrent_metalium.yml @@ -4,6 +4,8 @@ on: - main pull_request: types: [opened, reopened, synchronize, ready_for_review] + schedule: + - cron: "0 0 */2 * *" parameters: timeout: 30 diff --git a/.daisy/tenstorrent_ttnn.yml b/.daisy/tenstorrent_ttnn.yml index 9a8576a..4d03bd0 100644 --- a/.daisy/tenstorrent_ttnn.yml +++ b/.daisy/tenstorrent_ttnn.yml @@ -4,6 +4,9 @@ on: - main pull_request: types: [opened, reopened, synchronize, ready_for_review] + schedule: + - cron: "0 0 */2 * *" + parameters: timeout: 30