Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
*
!Dockerfile
!Dockerfile.verify
!profiles/**
!scripts/**
!build-context/**
5 changes: 3 additions & 2 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
self-hosted-runner:
# Labels of self-hosted runner in array of strings.
labels:
- mesh-llm-amd64
- mesh-llm-arm64
- depot-ubuntu-24.04-4
- depot-ubuntu-24.04-16
- depot-ubuntu-24.04-arm-16

# Configuration variables in array of strings defined in your repository or
# organization. `null` means disabling configuration variables check.
Expand Down
Loading