From 8e892be2b014d4cb58961d3e5ff9b7dfd1c38863 Mon Sep 17 00:00:00 2001 From: Joseph Heck Date: Fri, 20 Jun 2025 15:28:17 -0700 Subject: [PATCH] limit build and test for runners to Apple repository (#228) constrains build to run on apple/container fixes #209 --- .github/workflows/common.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index cc00da1f..9c6aac1d 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -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: