Skip to content

[PR #2332/8e331e4b backport][stable-2.18] Fix(style-guide): Add definition for "ID" abbreviation in spelling and word choice guide #5792

[PR #2332/8e331e4b backport][stable-2.18] Fix(style-guide): Add definition for "ID" abbreviation in spelling and word choice guide

[PR #2332/8e331e4b backport][stable-2.18] Fix(style-guide): Add definition for "ID" abbreviation in spelling and word choice guide #5792

Workflow file for this run

name: Ansible Docsite CI
on:
schedule:
# Daily
- cron: "23 7 * * *"
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) }}