Update scheduled CI to 08:00 UTC (#16622)
This commit is contained in:
parent
7c23b248de
commit
588bbbe4ae
2 changed files with 2 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue