mirror of
https://github.com/apple/container.git
synced 2026-09-08 08:45:43 +00:00
limits buildAndTest to Apple repository (#150)
Constrains the buildAndTest job to only run on the `apple/containerization` repository due to Runner constraints. Simplest solution - fixes #132
This commit is contained in:
@@ -15,6 +15,7 @@ on:
|
||||
jobs:
|
||||
buildAndTest:
|
||||
name: Build and Test repo
|
||||
if: github.repository == 'apple/containerization'
|
||||
timeout-minutes: 60
|
||||
runs-on: [self-hosted, macos, sequoia, ARM64]
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user