ci: clean

This commit is contained in:
三咲智子 2022-04-08 02:44:13 +08:00 committed by zouhang
parent 0d84e44f15
commit 21f3ca4222
13 changed files with 20 additions and 13 deletions

View File

@ -1,4 +1,4 @@
name: Website Preview
name: PR Docs Build
on: pull_request

View File

@ -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:

View File

@ -1,6 +1,8 @@
name: Preview Start
on: pull_request_target
on:
pull_request_target:
types: [opened]
jobs:
preview:

View File

@ -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:

View File

@ -1,4 +1,4 @@
name: Build Product 👮‍♂️
name: 👮‍♂️ Build Product
on:
pull_request:

View File

@ -1,4 +1,4 @@
name: Manual Deploy Docs Website
name: Publish Docs Deploy (Manual)
on: workflow_dispatch

View File

@ -1,4 +1,4 @@
name: Deploy Docs Website
name: Publish Docs Deploy
on:
workflow_run:

View File

@ -1,4 +1,4 @@
name: Publish to NPM registry Nightly
name: Publish to NPM registry (nightly)
on:
schedule:

View File

@ -1,4 +1,4 @@
name: Staging Preview
name: Staging Docs
on:
push:

View File

@ -1,4 +1,6 @@
name: Coverage
# Unit Test Coverage Report
name: 🧪 Test
on:
pull_request:

View File

@ -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

View File

@ -1,4 +1,6 @@
name: Unit Test
# Unit Test
name: 🧪 Test
on: pull_request