diff --git a/.github/workflows/check-pr.yml b/.github/workflows/check-pr.yml index 3d21c1ef..2f66b518 100644 --- a/.github/workflows/check-pr.yml +++ b/.github/workflows/check-pr.yml @@ -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' @@ -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 }}' +