mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add empty PR docs workflow. (#4879)
This commit is contained in:
parent
cb58867b57
commit
cc9393cecd
1 changed files with 9 additions and 0 deletions
9
.github/workflows/docs-pr.yml
vendored
Normal file
9
.github/workflows/docs-pr.yml
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
name: Collection Docs
|
||||
concurrency:
|
||||
group: docs-${{ github.head_ref }}
|
||||
cancel-in-progress: true
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened, synchronize, reopened, closed]
|
||||
|
||||
jobs: {}
|
Loading…
Reference in a new issue