Skip to content

Commit

Permalink
fix: Added new job to trigger Firebolt API
Browse files Browse the repository at this point in the history
  • Loading branch information
kdivya153 committed Oct 8, 2024
1 parent b43349b commit efcbc3c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,16 @@ jobs:
run: npm ci
- name: Run validation and tests
run: npm pack
trigger_repo_b_workflow:
name: Trigger Firebolt API Workflow
runs-on: ubuntu-latest
steps:
- name: Trigger MFOS Workflow
uses: benc-uk/workflow-dispatch@v1
with:
workflow: MFOS standalone sanity report - CORE,MANAGE,DISCOVERY # Workflow in Repo B
token: ${{ secrets.GITHUB_TOKEN }}
repo: rdkcentral/firebolt-apis
inputs:
PR_NAME: ${{ github.event.pull_request.head.ref }} # Pass Repo A PR branch name to Repo B

0 comments on commit efcbc3c

Please sign in to comment.