add needs

https://stackoverflow.com/questions/66343052/github-actions-or-operator-for-needs-clause

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2023-12-01 20:00:36 +01:00 committed by GitHub
parent d1803c1b5a
commit 7ddc5b3391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,6 +100,7 @@ jobs:
# we need a single end job for the required checks under branch protection rules
finish:
runs-on: ubuntu-22.04
needs: [ran-full, ran-none]
if: >
always() &&
(