Skip to content

Commit 35e5911

Browse files
committed
Update
[ghstack-poisoned]
1 parent 13d8587 commit 35e5911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runtime_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ jobs:
525525

526526
# ----- SIZEBOT -----
527527
download_base_build_for_sizebot:
528-
if: ${{ github.event_name == 'pull_request' }}
528+
if: ${{ github.event_name == 'pull_request' && github.ref_name != 'main' }}
529529
name: Download base build for sizebot
530530
runs-on: ubuntu-latest
531531
steps:

0 commit comments

Comments
 (0)