Skip to content

Commit d63d9b2

Browse files
committed
ci: disable size-comment for now
1 parent 79d4070 commit d63d9b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/size-comment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333

3434
- name: 🔍 Get PR number from artifact
3535
id: pr
36+
if: false
3637
run: |
3738
if [ -f pr-number/pr-number.txt ]; then
3839
PR_NUMBER=$(cat pr-number/pr-number.txt)
@@ -53,6 +54,7 @@ jobs:
5354
5455
- name: 💬 Post or update comment
5556
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
57+
if: false
5658
with:
5759
script: |
5860
const prNumber = ${{ steps.pr.outputs.result }};

0 commit comments

Comments
 (0)