Skip to content

playbooks_filters: Mention the usage of the ansible.builtin.split fil… #4840

playbooks_filters: Mention the usage of the ansible.builtin.split fil…

playbooks_filters: Mention the usage of the ansible.builtin.split fil… #4840

Workflow file for this run

name: Ansible Docsite CI
on:
push:
branches-ignore:
- 'patchback/**'
- 'pip-compile/**'
pull_request:
workflow_dispatch:
jobs:
nox:
uses: ./.github/workflows/reusable-nox.yml
check:
if: always()
needs:
- nox
runs-on: ubuntu-latest
steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}