|
|
|
@ -123,6 +123,7 @@ jobs: |
|
|
|
docs-all-green: # This job does nothing and is only used for the branch protection |
|
|
|
if: always() |
|
|
|
needs: |
|
|
|
- langs |
|
|
|
- build-docs |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
@ -130,4 +131,4 @@ jobs: |
|
|
|
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2 |
|
|
|
with: |
|
|
|
jobs: ${{ toJSON(needs) }} |
|
|
|
allowed-skips: build-docs |
|
|
|
allowed-skips: langs, build-docs |
|
|
|
|