Skip to content

Commit fa8a56d

Browse files
xaionaro@dx.centerxaionaro@dx.center
authored andcommitted
Run emulator E2E tests on PRs and manual dispatch
1 parent 96bd6b5 commit fa8a56d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
e2e-examples:
6060
name: E2E Examples (Emulator)
6161
runs-on: ubuntu-latest
62-
if: github.event_name == 'workflow_dispatch'
62+
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
6363
steps:
6464
- uses: actions/checkout@v4
6565

0 commit comments

Comments
 (0)