Compare commits

...

3 Commits

Author SHA1 Message Date
Jonathan Bennett
3ec569913e Merge branch 'develop' into arctastic 2025-12-09 15:10:52 -06:00
Jonathan Bennett
230e57cf13 Merge branch 'develop' into arctastic 2025-12-09 12:34:17 -06:00
Austin Lane
6632266447 ARCtastic
Actions Runner Controller
2025-12-09 08:18:24 -05:00
2 changed files with 3 additions and 1 deletions

View File

@@ -2,4 +2,5 @@
self-hosted-runner:
# Labels of self-hosted runner in array of strings.
labels:
- arctastic
- test-runner

View File

@@ -18,7 +18,8 @@ permissions: read-all
jobs:
pio-build:
name: build-${{ inputs.platform }}
runs-on: ubuntu-24.04
# Use 'arctastic' self-hosted runner pool when building in the main repo
runs-on: ${{ github.repository_owner == 'meshtastic' && 'arctastic' || 'ubuntu-latest' }}
outputs:
artifact-id: ${{ steps.upload.outputs.artifact-id }}
steps: