Skip to content

Build(deps): bump aws-actions/configure-aws-credentials from 2.1.0 to 3.0.1 #1636

Build(deps): bump aws-actions/configure-aws-credentials from 2.1.0 to 3.0.1

Build(deps): bump aws-actions/configure-aws-credentials from 2.1.0 to 3.0.1 #1636

Workflow file for this run

name: PR Checks
on:
pull_request:
branches:
- "**"
# This concurrency group exists with cancel-in-progress: true so that only the latest run of the workflow is executed (as its all that should matter).
concurrency:
group: pr-checks-${{ github.ref }}
cancel-in-progress: true
jobs:
run_tests:
uses: ./.github/workflows/run_tests.yml
secrets: inherit