Skip to content

Bump aws-actions/configure-aws-credentials from 1 to 2 #522

Bump aws-actions/configure-aws-credentials from 1 to 2

Bump aws-actions/configure-aws-credentials from 1 to 2 #522

Workflow file for this run

name: Benchmarks (PR)
on:
pull_request_target:
branches: [ "main" ]
types: [ labeled, opened, reopened, synchronize ]
permissions:
id-token: write
contents: read
jobs:
integration:
name: Benchmarks
uses: ./.github/workflows/bench.yml
if: ${{ contains(github.event.pull_request.labels.*.name, 'performance') }}
with:
environment: PR benchmarks
ref: ${{ github.event.pull_request.head.sha }}