Skip to content

Commit

Permalink
chore(workflow): remove v2 prefix from titles (#5833)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena authored Oct 30, 2021
1 parent 41346e0 commit 66771bd
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 12 deletions.
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
File renamed without changes.
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

0 comments on commit 66771bd

Please sign in to comment.