1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-11-29 21:48:14 +02:00
Files
woodpecker/pipeline/frontend/yaml/compiler
Kamila Borowska 4bc2fed550 Fix DAG cycle detection (#3049)
Previously a graph like this.

    a <- b
    ^    ^
    |    |
    c <- d

Was incorrectly recognized as having a cycle.

Fixes #3048.
2023-12-28 00:14:28 +01:00
..
2023-12-28 00:14:28 +01:00
2023-12-28 00:14:28 +01:00