ci: fix release not executing when skipping CI for docs and tests
This commit is contained in:
committed by
Wolfgang Walther
parent
33b6ba8199
commit
ea4d1596b7
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user