Skip to content

Commit a88d8bb

Browse files
committed
Stop failing CI tests
1 parent 11ec4a0 commit a88d8bb

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/ci-base-tests-mac.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: SMARTS CI Base Tests Mac
22

33
on:
4-
workflow_run:
5-
workflows: ["SMARTS CI Auto Commit Mac"]
6-
types:
7-
- completed
4+
# workflow_run:
5+
# workflows: ["SMARTS CI Auto Commit Mac"]
6+
# types:
7+
# - completed
88
workflow_dispatch:
99

1010
env:

.github/workflows/ci-test-learning.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: SMARTS CI Learning
22

33
on:
4-
schedule:
5-
- cron: "0 23 * * 2"
4+
# schedule:
5+
# - cron: "0 23 * * 2"
66
# Time is in UTC
77
# Runs at 11.00pm, UTC , every Tuesday
88
# Runs at 7.00pm, UTC-4, every Tuesday

.github/workflows/ci-test-long-determinism.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: SMARTS CI Long Determinism
22

33
on:
4-
schedule:
5-
- cron: "0 23 * * 6"
4+
# schedule:
5+
# - cron: "0 23 * * 6"
66
# Time is in UTC
77
# Runs at 11.00pm, UTC , every Saturday
88
# Runs at 7.00pm, UTC-4, every Saturday

.github/workflows/ci-test-memory-growth.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: SMARTS CI Memory
22

33
on:
4-
schedule:
5-
- cron: "0 23 * * 4"
4+
# schedule:
5+
# - cron: "0 23 * * 4"
66
# Time is in UTC
77
# Runs at 11.00pm, UTC , every Thursday
88
# Runs at 7.00pm, UTC-4, every Thursday

0 commit comments

Comments
 (0)