Skip to content

feat(iac): Update aws provider to ~> 5.89.0 #177

feat(iac): Update aws provider to ~> 5.89.0

feat(iac): Update aws provider to ~> 5.89.0 #177

name: Checks
run-name: ${{ github.event_name == 'merge_group' && github.event.merge_group.head_commit.message || ''}}
on:
pull_request:
branches: [main]
merge_group:
types: [checks_requested]
# Disable permissions for all available scopes
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
enforce-all-checks:
permissions:
checks: read
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: GitHub Checks
uses: poseidon/wait-for-status-checks@6988432d64ad3f9c2608db4ca16fded1b7d36ead # v0.5.0
with:
token: ${{ secrets.GITHUB_TOKEN }}