mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-29 17:58:08 +08:00
ci: clean
This commit is contained in:
parent
0d84e44f15
commit
21f3ca4222
@ -1,4 +1,4 @@
|
||||
name: Website Preview
|
||||
name: PR Docs Build
|
||||
|
||||
on: pull_request
|
||||
|
@ -1,9 +1,9 @@
|
||||
# This workflow runs on target, so there is no need to worry about secrets
|
||||
name: Website Preview Deploy
|
||||
name: PR Docs Deploy
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ['Website Preview']
|
||||
workflows: ['PR Docs Build']
|
||||
types: [completed]
|
||||
|
||||
jobs:
|
@ -1,6 +1,8 @@
|
||||
name: Preview Start
|
||||
|
||||
on: pull_request_target
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
preview:
|
@ -1,4 +1,4 @@
|
||||
name: PR Open Greeting
|
||||
name: PR Welcome
|
||||
# Note that this `pull_request_target` is vulnerable, it grants write access to a fork repo
|
||||
# DO NOT ADD ANY CHECKOUT/CACHING in this workflow
|
||||
on:
|
@ -1,4 +1,4 @@
|
||||
name: Build Product 👮♂️
|
||||
name: 👮♂️ Build Product
|
||||
|
||||
on:
|
||||
pull_request:
|
@ -1,4 +1,4 @@
|
||||
name: Manual Deploy Docs Website
|
||||
name: Publish Docs Deploy (Manual)
|
||||
|
||||
on: workflow_dispatch
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: Deploy Docs Website
|
||||
name: Publish Docs Deploy
|
||||
|
||||
on:
|
||||
workflow_run:
|
2
.github/workflows/publish-npm-nightly.yml
vendored
2
.github/workflows/publish-npm-nightly.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Publish to NPM registry Nightly
|
||||
name: Publish to NPM registry (nightly)
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: Staging Preview
|
||||
name: Staging Docs
|
||||
|
||||
on:
|
||||
push:
|
@ -1,4 +1,6 @@
|
||||
name: Coverage
|
||||
# Unit Test Coverage Report
|
||||
|
||||
name: 🧪 Test
|
||||
|
||||
on:
|
||||
pull_request:
|
@ -1,5 +1,6 @@
|
||||
# This workflow runs on target, so there is no need to worry about secrets
|
||||
name: 🧪 SSR Testing
|
||||
|
||||
name: 🧪 Test
|
||||
|
||||
on: pull_request
|
||||
|
@ -1,4 +1,6 @@
|
||||
name: Unit Test
|
||||
# Unit Test
|
||||
|
||||
name: 🧪 Test
|
||||
|
||||
on: pull_request
|
||||
|
Loading…
Reference in New Issue
Block a user