limit build and test for runners to Apple repository (#228)

constrains build to run on apple/container

fixes #209
This commit is contained in:
Joseph Heck
2025-06-20 15:28:17 -07:00
committed by GitHub
parent a69ed78484
commit 8e892be2b0
+1
View File
@@ -11,6 +11,7 @@ on:
jobs:
buildAndTest:
name: Build and test the project
if: github.repository == 'apple/container'
timeout-minutes: 60
runs-on: [self-hosted, macos, sequoia, ARM64]
permissions: