Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Oct 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: V2 Build Blog-only
name: Build Blog-only

on:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: V2 Build Size Report
name: Build Size Report

on:
# Note! you can't safely use "pull_request_target" here
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: V2 Build Time Perf
name: Build Time Perf

on:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: V2 Lighthouse Report
name: Lighthouse Report

on:
pull_request_target:
Expand All @@ -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:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: V2 Tests E2E
name: Tests E2E

on:
push:
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: V2 Windows Tests
name: Windows Tests

on:
pull_request:
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: V2 Tests
name: Tests

on:
pull_request:
Expand Down