Skip to content

Bump ruby/setup-ruby from 1.190.0 to 1.199.0 #10

Bump ruby/setup-ruby from 1.190.0 to 1.199.0

Bump ruby/setup-ruby from 1.190.0 to 1.199.0 #10

Workflow file for this run

name: PR Merged
on:
workflow_dispatch:
pull_request:
types: [closed]
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
deploy-main:
name: Deploy changes to main in dev AWS account
permissions:
id-token: write
contents: read
strategy:
max-parallel: 1
matrix:
component: [dnsroot]
uses: ./.github/workflows/reusable_internal_repo_build.yaml
secrets: inherit
with:
release_version: main
target_workflow: "dispatch-deploy-static-notify-dns-env.yaml"
tf_environment: "main"
tf_group: "nhs-notify-dns-dev"
tf_component: ${{ matrix.component }}
tf_action: "apply"