Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop scheduled execution of CI tests #2155

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading