Disable automatic builds on self-hosted runner for performance reasons

This commit is contained in:
Jesse Wierzbinski 2024-04-09 17:10:30 -10:00
parent 100a1f957b
commit c26bf72542
No known key found for this signature in database

View file

@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: [self-hosted]
- os: ubuntu-latest #[self-hosted]
platform: linux/arm64
- os: ubuntu-latest
platform: linux/amd64