Add empty PR docs workflow. (#4879)
parent
cb58867b57
commit
cc9393cecd
|
@ -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 New Issue