Skip to content

Ensure we run the BenchmarksOpenTelemetryApi benchmarks on master #25973

Ensure we run the BenchmarksOpenTelemetryApi benchmarks on master

Ensure we run the BenchmarksOpenTelemetryApi benchmarks on master #25973

name: Check snapshots
on:
- pull_request
jobs:
check-snapshots:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write # need to add a comment to a PR
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
fetch-depth: 0
- uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
with:
global-json-file: global.json
- name: "Check Snapshots"
run: ./tracer/build.sh SummaryOfSnapshotChanges
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
PullRequestNumber: "${{ github.event.pull_request.number }}"
TargetBranch: "${{ github.base_ref }}"