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()) (needs.arm.result == 'skipped' || success())
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
needs: needs:
- docs
- test
- build - build
- arm - arm
steps: steps: