Skip to content

Commit 2e8876c

Browse files
AtishayMsftatisjai
andauthored
Tweak schedules (#252)
Co-authored-by: Atishay Jain (from Dev Box) <[email protected]>
1 parent a459429 commit 2e8876c

File tree

7 files changed

+1051
-64144
lines changed

7 files changed

+1051
-64144
lines changed

.github/workflows/plotlyTestCoverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Plotly Test coverage"
22
on:
33
schedule:
4-
- cron: "30 2 * * *" # Runs every day at 8:00 AM IST (02:30 AM UTC)
4+
- cron: "30 5 * * *" # Runs every day at 11:00 AM IST (05:30 AM UTC)
55
- cron: "30 10 * * *" # Runs every day at 4:00 PM IST (10:30 AM UTC)
66
workflow_dispatch:
77
inputs:

.github/workflows/update_v8_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update react-charting package
22

33
on:
44
schedule:
5-
- cron: "30 8 * * *" # Runs every day at 2:00 PM IST (02:30 AM UTC)
5+
- cron: "50 7 * * *" # Runs every day at 1:20 PM IST (07:50 AM UTC)
66
workflow_dispatch:
77

88
permissions:

.github/workflows/update_v9_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: (v9) Update react-charts package
22

33
on:
44
schedule:
5-
- cron: "30 8 * * *" # Runs every day at 2:00 PM IST (08:30 AM UTC)
5+
- cron: "30 5 * * *" # Runs every day at 11:00 AM IST (05:30 AM UTC)
66
workflow_dispatch:
77

88
permissions:

apps/plotly_examples/src/components/aggregated_chart_types.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@
809809
"808": "Donut",
810810
"809": "Heatmap",
811811
"810": "Area",
812-
"811": "Line",
812+
"811": "Pie",
813813
"812": "Sankey",
814814
"813": "VerticalStackedBar",
815815
"814": "Line",

0 commit comments

Comments
 (0)