Skip to content

Commit 84d980b

Browse files
committed
NOMERGE: disable size calculation temporarily
1 parent c7cfb39 commit 84d980b

File tree

1 file changed

+26
-25
lines changed

1 file changed

+26
-25
lines changed

.github/workflows/measure-size.yml

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
1-
name: Measure canonical app size
1+
# Temporarily disabling this, to avoid cluttering the PR. I won't merge this commit
2+
# name: Measure canonical app size
23

3-
on: ['pull_request']
4+
# on: ['pull_request']
45

5-
jobs:
6-
measure:
7-
runs-on: ubuntu-latest
8-
steps:
9-
- uses: actions/checkout@v2
10-
with:
11-
fetch-depth: 0
12-
- uses: actions/setup-go@v2
13-
with:
14-
go-version: '~1.18.10'
15-
- uses: gopherjs/output-size-action/measure@main
16-
with:
17-
name: jQuery TodoMVC
18-
repo: https://github.com/gopherjs/todomvc
19-
go-package: github.com/gopherjs/todomvc
20-
report_json: /tmp/report.json
21-
report_md: /tmp/report.md
22-
- uses: actions/upload-artifact@v2
23-
with:
24-
name: size_report
25-
path: |
26-
/tmp/report.json
27-
/tmp/report.md
6+
# jobs:
7+
# measure:
8+
# runs-on: ubuntu-latest
9+
# steps:
10+
# - uses: actions/checkout@v2
11+
# with:
12+
# fetch-depth: 0
13+
# - uses: actions/setup-go@v2
14+
# with:
15+
# go-version: '~1.18.10'
16+
# - uses: gopherjs/output-size-action/measure@main
17+
# with:
18+
# name: jQuery TodoMVC
19+
# repo: https://github.com/gopherjs/todomvc
20+
# go-package: github.com/gopherjs/todomvc
21+
# report_json: /tmp/report.json
22+
# report_md: /tmp/report.md
23+
# - uses: actions/upload-artifact@v2
24+
# with:
25+
# name: size_report
26+
# path: |
27+
# /tmp/report.json
28+
# /tmp/report.md
2829

0 commit comments

Comments
 (0)