Skip to content

Update dynamodb, eventbridge, s3, ... to 2.30.16 #388

Update dynamodb, eventbridge, s3, ... to 2.30.16

Update dynamodb, eventbridge, s3, ... to 2.30.16 #388

Workflow file for this run

name: Deploy if not a version bump PR
on:
pull_request:
types:
- closed
jobs:
deploy:
runs-on: ubuntu-22.04
if: ${{ github.base_ref == 'main' && github.event.pull_request.merged == true && !contains(github.event.pull_request.labels.*.name, 'Version bump') }}
steps:
- uses: actions/checkout@v4
- run: gh workflow run deploy.yml
env:
GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}