diff --git a/.github/workflows/ci-base-tests-mac.yml b/.github/workflows/ci-base-tests-mac.yml index 9e2bf542e2..b58b664847 100644 --- a/.github/workflows/ci-base-tests-mac.yml +++ b/.github/workflows/ci-base-tests-mac.yml @@ -1,10 +1,10 @@ name: SMARTS CI Base Tests Mac on: - workflow_run: - workflows: ["SMARTS CI Auto Commit Mac"] - types: - - completed + # workflow_run: + # workflows: ["SMARTS CI Auto Commit Mac"] + # types: + # - completed workflow_dispatch: env: diff --git a/.github/workflows/ci-test-learning.yml b/.github/workflows/ci-test-learning.yml index 3bc301981c..d1c875f928 100644 --- a/.github/workflows/ci-test-learning.yml +++ b/.github/workflows/ci-test-learning.yml @@ -1,8 +1,8 @@ name: SMARTS CI Learning on: - schedule: - - cron: "0 23 * * 2" + # schedule: + # - cron: "0 23 * * 2" # Time is in UTC # Runs at 11.00pm, UTC , every Tuesday # Runs at 7.00pm, UTC-4, every Tuesday diff --git a/.github/workflows/ci-test-long-determinism.yml b/.github/workflows/ci-test-long-determinism.yml index b9ad6dc430..58a2389342 100644 --- a/.github/workflows/ci-test-long-determinism.yml +++ b/.github/workflows/ci-test-long-determinism.yml @@ -1,8 +1,8 @@ name: SMARTS CI Long Determinism on: - schedule: - - cron: "0 23 * * 6" + # schedule: + # - cron: "0 23 * * 6" # Time is in UTC # Runs at 11.00pm, UTC , every Saturday # Runs at 7.00pm, UTC-4, every Saturday diff --git a/.github/workflows/ci-test-memory-growth.yml b/.github/workflows/ci-test-memory-growth.yml index e0066860b6..68bc22d96b 100644 --- a/.github/workflows/ci-test-memory-growth.yml +++ b/.github/workflows/ci-test-memory-growth.yml @@ -1,8 +1,8 @@ name: SMARTS CI Memory on: - schedule: - - cron: "0 23 * * 4" + # schedule: + # - cron: "0 23 * * 4" # Time is in UTC # Runs at 11.00pm, UTC , every Thursday # Runs at 7.00pm, UTC-4, every Thursday