Merge pull request #1139 from moreati/github-action-all-greens

CI: Add re-actors/alls-green GitHub Actions job
pull/1142/head
Alex Willmer 2 months ago committed by GitHub
commit 8f7ec88a9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -324,3 +324,15 @@ jobs:
fi
"$PYTHON" -m tox -e "${{ matrix.tox_env }}"
# https://github.com/marketplace/actions/alls-green
check:
if: always()
needs:
- linux
- macos
runs-on: ubuntu-latest
steps:
- uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}

@ -25,6 +25,8 @@ Unreleased
connection variable, and templated SSH connection password.
* :gh:issue:`1136` tests: Improve Ansible fail_msg formatting.
* :gh:issue:`1137` tests: Ignore inventory files of inactive tests & benchmarks
* :gh:issue:`1138` CI: Add re-actors/alls-green GitHub Actions job to simplify
branch protections configuration.
v0.3.11 (2024-10-30)

Loading…
Cancel
Save