Skip to content

Commit

Permalink
[ci] Only run sizebot on pull requests
Browse files Browse the repository at this point in the history
Oops, forgot to port this bit over.

ghstack-source-id: 72e647b1f2422197fdff29528ff6240688ec4019
Pull Request resolved: #30390
  • Loading branch information
poteto committed Jul 18, 2024
1 parent 6fac743 commit 7f8a768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/runtime_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ jobs:

# ----- SIZEBOT -----
download_base_build_for_sizebot:
if: ${{ github.event_name == 'pull_request' }}
name: Download base build for sizebot
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 7f8a768

Please sign in to comment.