File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ flowchart TB
94
94
subgraph main[" "]
95
95
direction TB
96
96
97
- subgraph compileWorkflow["<b> Sketch compilation workflow run</b> "]
97
+ subgraph compileWorkflow["Sketch compilation workflow run"]
98
98
direction TB
99
99
100
100
unoJob["arduino:avr:uno<br />job"]
@@ -113,13 +113,13 @@ flowchart TB
113
113
mkrzeroArtifact["sketches-reports-arduino-samd-mkrzero<br />artifact"]
114
114
end
115
115
116
- subgraph reportWorkflow["<b> Size deltas report workflow run</b> "]
116
+ subgraph reportWorkflow["Size deltas report workflow run"]
117
117
direction TB
118
118
119
119
reportAction["arduino/report-size-deltas<br />action"]
120
120
end
121
121
122
- subgraph pr["<b> Pull request</b> "]
122
+ subgraph pr["Pull request"]
123
123
direction TB
124
124
125
125
comment["Size deltas report<br />comment"]
You can’t perform that action at this time.
0 commit comments