Add --ca-bundle and AWS_CA_BUNDLE support #42
Workflow file for this run
This file contains hidden or 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: 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 }} |