Skip to content

Commit 7f8a768

Browse files
committed
[ci] Only run sizebot on pull requests
Oops, forgot to port this bit over. ghstack-source-id: 72e647b Pull Request resolved: #30390
1 parent 6fac743 commit 7f8a768

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/runtime_build_and_test.yml

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

526526
# ----- SIZEBOT -----
527527
download_base_build_for_sizebot:
528+
if: ${{ github.event_name == 'pull_request' }}
528529
name: Download base build for sizebot
529530
runs-on: ubuntu-latest
530531
steps:

0 commit comments

Comments
 (0)