Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LlamaIndexTS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
run-llama
LlamaIndexTS
Commits
4cbfdb5f
Unverified
Commit
4cbfdb5f
authored
1 month ago
by
Alex Yang
Committed by
GitHub
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
ci: only run in pull request (#1669)
parent
9767d1c0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/test.yml
+3
-1
3 additions, 1 deletion
.github/workflows/test.yml
with
3 additions
and
1 deletion
.github/workflows/test.yml
+
3
−
1
View file @
4cbfdb5f
...
...
@@ -119,6 +119,7 @@ jobs:
size-limit
:
runs-on
:
ubuntu-latest
if
:
github.event_name == 'pull_request'
name
:
Size Limit
steps
:
-
uses
:
actions/checkout@v4
...
...
@@ -132,12 +133,13 @@ jobs:
run
:
pnpm install
-
name
:
Build llamaindex
run
:
pnpm run build
-
uses
:
andresz1/size-limit-action@
v1
-
uses
:
andresz1/size-limit-action@
94bc357df29c36c8f8d50ea497c3e225c3c95d1d
with
:
github_token
:
${{ secrets.GITHUB_TOKEN }}
directory
:
e2e/examples/vite-import-llamaindex
skip_step
:
"
install"
build_script
:
build
package_manager
:
pnpm
typecheck-examples
:
runs-on
:
ubuntu-latest
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment