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
2020env :
2121 PYTHON_VERSION : ' 3.11'
@@ -25,7 +25,7 @@ permissions:
2525
2626jobs :
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