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: 7fae8021d80a2ea58e89759147553e6910b49a0f
Pull Request resolved: #30390
  • Loading branch information
poteto committed Jul 18, 2024
1 parent fd2b3e1 commit 3f4391d
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' && github.ref_name != 'main' }}
name: Download base build for sizebot
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3f4391d

Please sign in to comment.