Skip to content

Commit

Permalink
Stop failing CI tests (#2155)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adaickalavan authored Jun 5, 2024
1 parent 11ec4a0 commit d49132c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-base-tests-mac.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-test-learning.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-test-long-determinism.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-test-memory-growth.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d49132c

Please sign in to comment.