CI: only run qurt build on ArduPilot main repo

this prevents user repos getting failures

thanks to Pete for the suggestion
This commit is contained in:
Andrew Tridgell 2024-07-28 06:06:07 +10:00 committed by Peter Barker
parent 16c2e23ee7
commit 3ddd477d04

View File

@ -141,8 +141,8 @@ concurrency:
jobs:
build:
if: github.repository == 'ArduPilot/ardupilot'
runs-on: 'ardupilot-qurt'
steps:
- uses: actions/checkout@v4
with: