ci: fix release not executing when skipping CI for docs and tests

This commit is contained in:
Laurence Isla
2024-05-17 08:09:19 +02:00
committed by Wolfgang Walther
parent 33b6ba8199
commit ea4d1596b7
-2
View File
@@ -155,8 +155,6 @@ jobs:
(needs.arm.result == 'skipped' || success())
runs-on: ubuntu-22.04
needs:
- docs
- test
- build
- arm
steps: