Simplified Drone CI DAG.

Removed redundant `depends_on` steps in the pipeline.
This commit is contained in:
Fabio Manganiello 2023-08-06 22:36:04 +02:00
parent 2d999c471a
commit d92da5fe6f
Signed by: blacklight
GPG Key ID: AD6D273C08B82EC9
1 changed files with 0 additions and 5 deletions

View File

@ -151,7 +151,6 @@ steps:
- push
depends_on:
- tests
- build-ui
commands:
@ -261,8 +260,6 @@ steps:
- tag
depends_on:
- tests
- docs
- update-pip-package
- update-arch-packages
@ -286,8 +283,6 @@ steps:
- push
depends_on:
- tests
- build-ui
- update-arch-packages
commands: