We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d8587 commit 35e5911Copy full SHA for 35e5911
.github/workflows/runtime_build_and_test.yml
@@ -525,7 +525,7 @@ jobs:
525
526
# ----- SIZEBOT -----
527
download_base_build_for_sizebot:
528
- if: ${{ github.event_name == 'pull_request' }}
+ if: ${{ github.event_name == 'pull_request' && github.ref_name != 'main' }}
529
name: Download base build for sizebot
530
runs-on: ubuntu-latest
531
steps:
0 commit comments