Skip to content

Commit 445450d

Browse files
authored
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
1 parent 689af84 commit 445450d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/containerization-build-template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
jobs:
1616
buildAndTest:
1717
name: Build and Test repo
18+
if: github.repository == 'apple/containerization'
1819
timeout-minutes: 60
1920
runs-on: [self-hosted, macos, sequoia, ARM64]
2021
permissions:

0 commit comments

Comments
 (0)