diff options
| author | Pavel <[email protected]> | 2025-07-16 17:18:13 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-16 14:18:13 +0000 |
| commit | bdaf45a4ebdbda9e679ecc1e5a52512a12e84ebb (patch) | |
| tree | 76df1e06a821e63c8ff4d25c31f3ed87471a950e | |
| parent | 73029c1098919e1421d6b23b8c6fc37ca232c8ce (diff) | |
ci: unscheduled regression-run (#21214)
| -rw-r--r-- | .github/workflows/regression_run.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/regression_run.yml b/.github/workflows/regression_run.yml index b0c9b2f97af..60b90c54435 100644 --- a/.github/workflows/regression_run.yml +++ b/.github/workflows/regression_run.yml @@ -1,8 +1,9 @@ name: Regression-run on: - schedule: - - cron: "55 23 * * *" # At 23:55 every day + # Commented due to low confidence and high resource requirements + # schedule: + # - cron: "55 23 * * *" # At 23:55 every day workflow_dispatch: inputs: use_default_branches: |
