Skip to content

Commit

Permalink
Update run-standalone-mfos-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdivya153 authored Oct 9, 2024
1 parent 15132d8 commit 3931ad8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-standalone-mfos-tests.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: MFOS standalone sanity report - CORE, MANAGE, DISCOVERY

on:
repository_dispatch:
types: [trigger-workflow]
pull_request:
types:
- opened
- synchronize
branches: [ next ]
workflow_dispatch: # Triggered by external API (Repo A)
push:
branches:
- next
Expand Down Expand Up @@ -35,7 +36,7 @@ jobs:
GITHUB_REF: ${{ github.ref }}
PR_HEAD_REF: ${{ github.event.pull_request.head.ref }}
INTENT: ${{ vars.INTENT }}
OPENRPC_PR_BRANCH: ${{ github.event.inputs.OPENRPC_PR_BRANCH}} # Comes from Repo A if triggered externally
OPENRPC_PR_BRANCH: ${{ github.event.client_payload.OPENRPC_PR_BRANCH}} # Comes from Repo A if triggered externally
run: |
./.github/workflows/utils.sh runTests
Expand Down

0 comments on commit 3931ad8

Please sign in to comment.