Skip to content

Commit

Permalink
[CI] Only push metrics from master
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Jan 23, 2025
1 parent 73b6a7d commit d0cfd5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ jobs:
|
cd $PWD/extras/test/ci
./parse_size.sh ${{ matrix.id }}
cat size_${{ steps.short-hash.outputs.short_sha }}_${{ steps.split.outputs._0 }}-${{ steps.split.outputs._1 }}-${{ steps.split.outputs._2 }}.csv

- name: Extract short commit hash
id: short-hash
Expand All @@ -205,6 +206,7 @@ jobs:
metrics:
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/master'
steps:
- name: Set up SSH
run: |
Expand Down

0 comments on commit d0cfd5a

Please sign in to comment.