Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions examples/trigger-other-job/.github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ flowchart LR

subgraph TM["trigger-me"]
echo_version["echo version"]

%% Workaround to increase height of the graph
echo_version ~~~ spacer1[" "]:::hidden
spacer1 ~~~ spacer2[" "]:::hidden
spacer2 ~~~ spacer3[" "]:::hidden
spacer3 ~~~ spacer4[" "]:::hidden
spacer4 ~~~ spacer5[" "]:::hidden
end

BR --> TM
Expand Down
Loading