community.general/.github/workflows/docs-pr.yml
2022-06-22 12:54:05 +02:00

18 lines
359 B
YAML

name: Collection Docs
concurrency:
group: docs-${{ github.head_ref }}
cancel-in-progress: true
on:
pull_request_target:
types: [opened, synchronize, reopened, closed]
jobs:
build-docs:
permissions:
contents: read
name: Build Ansible Docs
runs-on: ubuntu-latest
steps:
- name: Do nothing
run:
echo hi