Skip to content

Commit

Permalink
Add downstream build check.
Browse files Browse the repository at this point in the history
  • Loading branch information
TreyE committed Nov 16, 2023
1 parent 6b4cf6b commit e53f7fd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Downstream

on:
workflow_dispatch:
branches:
- trunk
push:
branches:
- trunk

jobs:
check-dependencies:
runs-on: ubuntu-latest
steps:
- name: Bundle Dependency Checks
uses: convictional/trigger-workflow-and-wait@v1.6.1
with:
owner: ideacrew
repo: ic_dependency_jamboree
github_token: ${{ secrets.GH_PAT }}
workflow_file_name: test_bundle.yml
ref: trunk
propagate_failure: false

0 comments on commit e53f7fd

Please sign in to comment.