Browse Source

👷 Update alls-green

pull/15563/head
Sebastián Ramírez 2 months ago
parent
commit
f073156498
  1. 3
      .github/workflows/build-docs.yml

3
.github/workflows/build-docs.yml

@ -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

Loading…
Cancel
Save