From 373f66c855286d609af15aa6d67b1eb7132afc68 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Thu, 14 Jan 2021 14:32:36 +0700 Subject: [PATCH] GitHub Actions: Skip build-pi when not in Interlisp/maiko. (#224) The build-pi builder is self-hosted, so it may not be present, and isn't present in forks of this repo, making the CI less useful. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f13d0f4..dc6675a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,6 +23,7 @@ jobs: build-pi: runs-on: [self-hosted, linux, ARM] + if: ${{ github.repository == 'Interlisp/maiko' }} steps: - uses: actions/checkout@v2 - name: Build