chore(workflow): remove v2 prefix from titles (#5833)

This commit is contained in:
Joshua Chen 2021-10-30 15:48:38 +08:00 committed by GitHub
parent 41346e0abf
commit 66771bd80d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 9 additions and 12 deletions

View file

@ -1,4 +1,4 @@
name: V2 Build Blog-only
name: Build Blog-only
on:
pull_request:

View file

@ -1,4 +1,4 @@
name: V2 Build Size Report
name: Build Size Report
on:
# Note! you can't safely use "pull_request_target" here

View file

@ -1,4 +1,4 @@
name: V2 Build Time Perf
name: Build Time Perf
on:
pull_request:

View file

@ -1,4 +1,4 @@
name: V2 Lighthouse Report
name: Lighthouse Report
on:
pull_request_target:
@ -22,7 +22,7 @@ jobs:
with:
urls: |
https://deploy-preview-$PR_NUMBER--docusaurus-2.netlify.app/
configPath: ./.github/workflows/v2-lighthousesrc.json
configPath: ./.github/workflows/lighthousesrc.json
uploadArtifacts: true
temporaryPublicStorage: true
env:

View file

@ -1,4 +1,4 @@
name: V2 Tests E2E
name: Tests E2E
on:
push:
@ -29,9 +29,7 @@ jobs:
KEEP_CONTAINER=true yarn test:build:website -s
mv test-website ../test-website
- name: Install test-website project with Yarn v1
run: |
cd ../test-website
yarn install
run: cd ../test-website && yarn install
env:
npm_config_registry: http://localhost:4873
- name: Start test-website project

View file

@ -1,4 +1,4 @@
name: V2 Windows Tests
name: Windows Tests
on:
pull_request:
@ -20,7 +20,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: yarn
- name: Installation
run: yarn || yarn || yarn # 3 attempts to avoid timeout errors...
- name: Docusaurus Jest Tests

View file

@ -1,4 +1,4 @@
name: V2 Tests
name: Tests
on:
pull_request: