Skip to content

Add --ca-bundle and AWS_CA_BUNDLE support #42

Add --ca-bundle and AWS_CA_BUNDLE support

Add --ca-bundle and AWS_CA_BUNDLE support #42

Workflow file for this run

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