Skip to content

Commit

Permalink
Update check-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdivya153 authored Oct 9, 2024
1 parent 628c98b commit e8658aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Check Pull Request
on:
workflow_dispatch:
inputs:
OPENRPC_PR_BRANCH: ${{ github.event.pull_request.head.ref }}
pull_request:
types:
- 'ready_for_review'
Expand Down Expand Up @@ -38,4 +36,7 @@ jobs:
workflow: 'MFOS standalone sanity report - CORE,MANAGE,DISCOVERY' # Workflow in Repo B
token: ${{ secrets.GITHUB_TOKEN }}
repo: rdkcentral/firebolt-apis
inputs:
OPENRPC_PR_BRANCH:'${{ github.event.pull_request.head.ref }}'


0 comments on commit e8658aa

Please sign in to comment.