Update CRT libraries and set operation_name for DEFAULT meta-requests… #517
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Benchmarks | |
on: | |
push: | |
branches: [ "main", "wf-changes/**" ] | |
permissions: | |
id-token: write | |
contents: write | |
jobs: | |
integration: | |
name: Benchmarks | |
uses: ./.github/workflows/bench.yml | |
with: | |
ref: ${{ github.event.after }} | |
publish: ${{ github.event.ref == 'refs/heads/main' }} | |
s3express-integration: | |
name: Benchmarks (s3express) | |
uses: ./.github/workflows/bench_s3express.yml | |
with: | |
ref: ${{ github.event.after }} | |
publish: ${{ github.event.ref == 'refs/heads/main' }} |