Skip to content

fix(deps): update cdktf #88

fix(deps): update cdktf

fix(deps): update cdktf #88

Workflow file for this run

## Note that since this workflow uses Workflow Run changes will only be reflected once it is on the default branch
# Because we use conditional path filtering on all our workflows, but want to Require status checks to pass on Github,
# we use a special status check job that we can require and will do the checking for us.
# We also use this because re-usable workflows can not be targeted for Github Required Status Checks as of 8/15/2024
name: Status Checks
on:
pull_request:
jobs:
status-check:
runs-on: ubuntu-latest
if: always()
steps:
- name: Wait for workflows
id: wait
uses: smartcontractkit/chainlink-github-actions/utils/wait-for-workflows@main
with:
max-timeout: "900"
polling-interval: "15"
exclude-workflow-names: ""
exclude-workflow-ids: ""
github-token: ${{ secrets.GITHUB_TOKEN }}