Skip to content

Don't start event source until Rails is ready. (#117) #2

Don't start event source until Rails is ready. (#117)

Don't start event source until Rails is ready. (#117) #2

Workflow file for this run

name: Downstream
on:
workflow_dispatch:
branches:
- trunk
push:
branches:
- trunk
jobs:
check-dependencies:
runs-on: ubuntu-latest
steps:
- name: Bundle Dependency Checks
uses: convictional/[email protected]
with:
owner: ideacrew
repo: ic_dependency_jamboree
github_token: ${{ secrets.GH_PAT }}
workflow_file_name: test_bundle.yml
ref: trunk
propagate_failure: false