@@ -72,6 +72,7 @@ automated analysis.
7272#### How on-` workflow_run ` triggers propagate
7373
7474``` mermaid
75+ %%{ init: { 'theme': 'base', 'themeVariables': { 'darkMode': true, 'primaryColor': '#3e3e3e', 'background': 'transparent', 'primaryBorderColor': 'Orange', 'lineColor': 'darkOrange', 'secondaryColor': 'transparent', 'tertiaryColor': '#030303' }} }%%
7576graph TD;
7677 PUSH-EVENT-->CI-Build.yml;
7778 CI-Build.yml-->multicast-build-*;
@@ -148,6 +149,7 @@ in a single environment on CircleCI, and typically perform faster.
148149#### How ` push ` triggers propagate on CircleCI
149150
150151``` mermaid
152+ %%{ init: { 'theme': 'base', 'themeVariables': { 'darkMode': true, 'primaryColor': '#3e3e3e', 'background': 'transparent', 'primaryBorderColor': 'Orange', 'lineColor': 'darkOrange', 'secondaryColor': 'transparent', 'tertiaryColor': '#030303' }} }%%
151153graph TD;
152154 PUSH-EVENT-->config.yml;
153155 config.yml-->build;
@@ -194,6 +196,7 @@ There are many integrations with various service providers used in the Multicast
194196pipeline.
195197
196198``` mermaid
199+ %%{ init: { 'theme': 'base', 'themeVariables': { 'darkMode': true, 'primaryColor': '#3e3e3e', 'background': 'transparent', 'primaryBorderColor': 'Orange', 'lineColor': 'darkOrange', 'secondaryColor': 'transparent', 'tertiaryColor': '#030303' }} }%%
197200graph TD;
198201 PUSH-EVENT["PUSH EVENT"];
199202 PUSH-EVENT-->CI-Build.yml;
@@ -370,6 +373,7 @@ Logically (e.g., ignoring complexities of concurrency and trigger conditionals,
370373of phases is sequential per single CI/CD linter workflow.
371374
372375``` mermaid
376+ %%{ init: { 'theme': 'base', 'themeVariables': { 'darkMode': true, 'primaryColor': '#3e3e3e', 'background': 'transparent', 'primaryBorderColor': 'Orange', 'lineColor': 'darkOrange', 'secondaryColor': 'transparent', 'tertiaryColor': '#030303' }} }%%
373377sequenceDiagram
374378 participant Repo as Repository
375379
@@ -471,6 +475,7 @@ Logically (e.g., ignoring complexities of concurrency and trigger conditionals,
471475linters are all run independently per CI/CD linter workflow.
472476
473477``` mermaid
478+ %%{ init: { 'theme': 'base', 'themeVariables': { 'darkMode': true, 'primaryColor': '#3e3e3e', 'background': 'transparent', 'primaryBorderColor': 'Orange', 'lineColor': 'darkOrange', 'secondaryColor': 'transparent', 'tertiaryColor': '#030303' }} }%%
474479graph TD;
475480 PUSH-EVENT-->bandit.yml;
476481 PUSH-EVENT-->codeql-analysis.yml;
0 commit comments