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 fc82dff commit 628c98b
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,6 +1,8 @@
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 @@ -36,5 +38,4 @@ 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 628c98b

Please sign in to comment.