Skip to content

Bump github.com/aws/aws-sdk-go-v2/config from 1.18.27 to 1.18.31 #1686

Bump github.com/aws/aws-sdk-go-v2/config from 1.18.27 to 1.18.31

Bump github.com/aws/aws-sdk-go-v2/config from 1.18.27 to 1.18.31 #1686

Workflow file for this run

---
name: Branch Checks
on:
pull_request:
permissions: {}
jobs:
target_branch:
name: PR targets branch
runs-on: ubuntu-latest
steps:
- name: Check that the PR targets devel
if: ${{ github.base_ref != 'devel' }}
run: exit 1