mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 15:18:14 +00:00
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.
This commit is contained in:
parent
ebc4a24d0b
commit
373f66c855
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user