Skip to content

Commit

Permalink
don't comment on main
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Jan 3, 2025
1 parent 481f715 commit 4adde05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
continue-on-error: true

- name: Extract previous wheel size
if: github.ref_name != 'main'
id: load_previous_size
run: |
if [[ -f wheel_sizes.txt ]]; then
Expand All @@ -105,6 +106,7 @@ jobs:

- name: Comment wheel size
uses: actions/github-script@v7
if: github.ref_name != 'main'
with:
script: |
const previousSize = process.env.PREVIOUS_WHEEL_SIZE || 'Unknown';
Expand Down

0 comments on commit 4adde05

Please sign in to comment.