2022-06-22 10:49:39 +00:00
|
|
|
name: Collection Docs
|
|
|
|
concurrency:
|
|
|
|
group: docs-${{ github.head_ref }}
|
|
|
|
cancel-in-progress: true
|
|
|
|
on:
|
|
|
|
pull_request_target:
|
|
|
|
types: [opened, synchronize, reopened, closed]
|
|
|
|
|
2022-06-22 10:52:24 +00:00
|
|
|
jobs:
|
|
|
|
build-docs:
|
|
|
|
permissions:
|
|
|
|
contents: read
|
|
|
|
name: Build Ansible Docs
|
2022-06-22 10:54:05 +00:00
|
|
|
runs-on: ubuntu-latest
|
2022-06-22 10:52:24 +00:00
|
|
|
steps:
|
|
|
|
- name: Do nothing
|
|
|
|
run:
|
|
|
|
echo hi
|