Skip to content

Updated the dependency of AWSSDK.Core to latest version in AWSSDK.Extensions.NETCore.Setup package which includes ConnectTimeout property. #1911

Updated the dependency of AWSSDK.Core to latest version in AWSSDK.Extensions.NETCore.Setup package which includes ConnectTimeout property.

Updated the dependency of AWSSDK.Core to latest version in AWSSDK.Extensions.NETCore.Setup package which includes ConnectTimeout property. #1911

Workflow file for this run

name: PR workflow
on:
pull_request:
types: [synchronize, opened, reopened, edited]
jobs:
check-is-destination-branch-protected:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
# "base_ref" is the target branch of the pull request (https://docs.github.com/en/actions/learn-github-actions/contexts#github-context)
if: ${{ github.base_ref == 'main' }}
with:
script: |
core.setFailed('PRs must target either main-staging or a feature branch')