Update scheduled CI to 08:00 UTC (#16622)

pull/16626/head^2
Glenn Jocher 2 months ago committed by GitHub
parent 7c23b248de
commit 588bbbe4ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/ci.yaml
  2. 1
      ultralytics/utils/__init__.py

@ -9,7 +9,7 @@ on:
pull_request: pull_request:
branches: [main] branches: [main]
schedule: schedule:
- cron: "0 0 * * *" # runs at 00:00 UTC every day - cron: "0 8 * * *" # runs at 08:00 UTC every day
workflow_dispatch: workflow_dispatch:
inputs: inputs:
hub: hub:

@ -1030,6 +1030,7 @@ def set_sentry():
sentry_sdk.init( sentry_sdk.init(
dsn="https://888e5a0778212e1d0314c37d4b9aae5d@o4504521589325824.ingest.us.sentry.io/4504521592406016", dsn="https://888e5a0778212e1d0314c37d4b9aae5d@o4504521589325824.ingest.us.sentry.io/4504521592406016",
debug=False, debug=False,
auto_enabling_integrations=False,
traces_sample_rate=1.0, traces_sample_rate=1.0,
release=__version__, release=__version__,
environment="production", # 'dev' or 'production' environment="production", # 'dev' or 'production'

Loading…
Cancel
Save