mirror of
https://github.com/apple/container.git
synced 2026-09-22 15:45:38 +00:00
limit build and test for runners to Apple repository (#228)
constrains build to run on apple/container fixes #209
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user