[CI] Only push metrics from master

This commit is contained in:
jgromes 2025-01-23 18:41:16 +01:00
parent 73b6a7d5e9
commit d0cfd5a461

View file

@ -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
@ -205,6 +206,7 @@ jobs:
metrics:
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/master'
steps:
- name: Set up SSH
run: |