1
0
Fork 0
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:
Felix Fontein 2022-06-22 12:49:39 +02:00 committed by GitHub
parent cb58867b57
commit cc9393cecd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
.github/workflows/docs-pr.yml vendored Normal file
View 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: {}