Skip to content

Commit caae2c8

Browse files
authored
No longer comment on API statistic issue (mdn#13915)
1 parent 9b5cd1e commit caae2c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,5 @@ jobs:
2626
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2727
- name: Add JSON as a release asset
2828
run: gh release upload ${GITHUB_REF#refs/*/} build/data.json
29-
- name: Publish stats for API data (#6369)
30-
run: npm run --silent stats api | gh issue comment https://github.com/mdn/browser-compat-data/issues/6369 --body-file -
3129
- name: Publish stats for all data (#3555)
3230
run: npm run --silent stats | gh issue comment https://github.com/mdn/browser-compat-data/issues/3555 --body-file -

0 commit comments

Comments
 (0)