Skip to content

Commit 927a3de

Browse files
committed
disable bundlemon
1 parent 00e24fa commit 927a3de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/node.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- run: npm run check-format --prefix ./assets
2727
- run: npm run deploy --prefix ./assets
2828
- run: npm run deploy --prefix ./tracker
29-
- name: Run BundleMon
30-
run: npm run bundlemon --prefix ./assets
31-
env:
32-
BUNDLEMON_PROJECT_ID: "619e0b6ad4a54a00089861ac"
33-
CI_COMMIT_SHA: ${{github.event.pull_request.head.sha || github.sha}} # important!
29+
# - name: Run BundleMon
30+
# run: npm run bundlemon --prefix ./assets
31+
# env:
32+
# BUNDLEMON_PROJECT_ID: "619e0b6ad4a54a00089861ac"
33+
# CI_COMMIT_SHA: ${{github.event.pull_request.head.sha || github.sha}} # important!

0 commit comments

Comments
 (0)