Skip to content

Commit

Permalink
generate some 'committed' data -- REVERT before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Apr 12, 2024
1 parent 9c3872e commit b28cfdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ jobs:
./scripts/build-metrics.py upload \
--build_type "${{ matrix.type }}" \
--run_id "BM-${{ matrix.type }}-${{ github.run_id }}-${{ github.run_attempt }}" \
--pr_number "${{ github.event.number }}" \
--sha "${{ inputs.ref || github.sha }}" \
--pr_number "0" \
--sha "${{ inputs.ref || github.head_sha }}" \
"/tmp/metrics"

0 comments on commit b28cfdf

Please sign in to comment.