Skip to content

Commit cf423ac

Browse files
abueideclaude
andcommitted
chore: remove branch ref and test push trigger
- Remove &ref=fix/use-github-urls-for-plugin-includes from devbox configs - Now points to main branch after mobile-devtools#10 merged - Remove push trigger for feature branch (was for testing only) - Ready for merge Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 42d4176 commit cf423ac

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/e2e-mobile-tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ on:
2020
- latest
2121
default: 'all'
2222

23-
# FOR TESTING: Remove before merge - trigger on push to feature branch
24-
push:
25-
branches:
26-
- feat/mobile-devtools-e2e-integration
27-
2823
# Callable by other workflows (e.g., release)
2924
workflow_call:
3025

examples/E2E-compat/devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"include": [
3-
"github:segment-integrations/mobile-devtools?dir=plugins/react-native&ref=fix/use-github-urls-for-plugin-includes"
3+
"github:segment-integrations/mobile-devtools?dir=plugins/react-native"
44
],
55
"packages": ["nodejs@20", "watchman@latest", "jdk17@latest", "gradle@latest"],
66
"env": {

examples/E2E-latest/devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"include": [
3-
"github:segment-integrations/mobile-devtools?dir=plugins/react-native&ref=fix/use-github-urls-for-plugin-includes"
3+
"github:segment-integrations/mobile-devtools?dir=plugins/react-native"
44
],
55
"packages": ["nodejs@20", "watchman@latest", "jdk17@latest", "gradle@latest"],
66
"env": {

0 commit comments

Comments
 (0)