Skip to content

Commit c8e2f3f

Browse files
committed
wip [skip ci]
1 parent 9119b38 commit c8e2f3f

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/daily-wpt-fyi.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ on:
1111
description: 'Node.js versions (as supported by actions/setup-node) to test as JSON array'
1212
required: false
1313
default: '["latest-nightly", "current", "lts/*", "lts/-1"]'
14-
schedule:
15-
# This is 20 minutes after `epochs/daily` branch is triggered to be created
16-
# in WPT repo.
17-
# https://github.com/web-platform-tests/wpt/blob/master/.github/workflows/epochs.yml
18-
- cron: '30 0 * * *'
14+
# schedule:
15+
# # This is 20 minutes after `epochs/daily` branch is triggered to be created
16+
# # in WPT repo.
17+
# # https://github.com/web-platform-tests/wpt/blob/master/.github/workflows/epochs.yml
18+
# - cron: '30 0 * * *'
1919

2020
env:
2121
PYTHON_VERSION: '3.11'
@@ -25,7 +25,7 @@ permissions:
2525

2626
jobs:
2727
report:
28-
if: github.repository == 'nodejs/node'
28+
# if: github.repository == 'nodejs/node'
2929
strategy:
3030
matrix:
3131
node-version: ${{ fromJSON(github.event.inputs.node-versions || '["latest-nightly", "current", "lts/*", "lts/-1"]') }}
@@ -95,16 +95,16 @@ jobs:
9595
path: out/wpt/wptreport-*.json
9696
name: WPT Reports
9797
if-no-files-found: warn
98-
- name: Upload WPT Report to wpt.fyi API
99-
env:
100-
WPT_FYI_USERNAME: ${{ secrets.WPT_FYI_USERNAME }}
101-
WPT_FYI_PASSWORD: ${{ secrets.WPT_FYI_PASSWORD }}
102-
working-directory: out/wpt
103-
run: |
104-
if [ -e wptreport.json ]; then
105-
gzip wptreport.json
106-
curl \
107-
-u "$WPT_FYI_USERNAME:$WPT_FYI_PASSWORD" \
108-
109-
https://wpt.fyi/api/results/upload
110-
fi
98+
# - name: Upload WPT Report to wpt.fyi API
99+
# env:
100+
# WPT_FYI_USERNAME: ${{ secrets.WPT_FYI_USERNAME }}
101+
# WPT_FYI_PASSWORD: ${{ secrets.WPT_FYI_PASSWORD }}
102+
# working-directory: out/wpt
103+
# run: |
104+
# if [ -e wptreport.json ]; then
105+
# gzip wptreport.json
106+
# curl \
107+
# -u "$WPT_FYI_USERNAME:$WPT_FYI_PASSWORD" \
108+
109+
# https://wpt.fyi/api/results/upload
110+
# fi

0 commit comments

Comments
 (0)