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 .github/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ self-hosted-runner:
labels:
- bamboo-perf
- macos-14
- namespace-profile-endev-linux-amd64
- buildjet-32vcpu-ubuntu-2204-arm
- buildjet-16vcpu-ubuntu-2204-arm
- buildjet-8vcpu-ubuntu-2204-arm
Expand Down
18 changes: 18 additions & 0 deletions .github/actions/mbx/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Set up mbx
description: Select the trusted jdx server or fork-safe GitHub cache backend

inputs:
backend:
description: Explicit backend for structurally trusted or untrusted callers
default: auto

runs:
using: composite
steps:
- uses: jdx/mr-boxington-action@2bbb8f141e40e388b509cc68fe0bfbe7bc4b6818 # v1
with:
version: 0.4.0
backend: ${{ inputs.backend != 'auto' && inputs.backend || ((github.actor != 'jdx' || (github.event_name == 'pull_request' && (github.event.pull_request.head.repo.full_name != github.repository || github.event.pull_request.user.login != 'jdx'))) && 'github' || 'server') }}
server-url: https://cache.mise.jdx.dev
namespace: jdx/usage
oidc-audience: https://cache.mise.jdx.dev
130 changes: 0 additions & 130 deletions .github/workflows/mbx-dogfood.yml

This file was deleted.

Loading